Simple Python command line tool to download bookmarks from https://pinboard.in and save it in the surfraw bookmark format.
The bookmark file can then be used together with Rofi and surfraw to implement a bookmark manager.
See rofi-surfraw-bookmark.sh as an example how to use Rofi as a bookmark manager.
- Free software: MIT license
- Download all your bookmarks from Pinboard and
- save it in the surfraw bookmark format.
Install it with:
pip install surfraw-pinboard
Then start downloading your bookmarks with:
surfraw-pinboard -t 'yourtokengoeshere' bookmarks.txt
Get your token at Pinboard.
Following options are availbale:
Usage: surfraw-pinboard [OPTIONS] OUTFILE Script to export Pinboard bookmarks to a surfraw bookmark files Options: -t, --token TEXT Pinboard API token. --tags / --no-tags Include tags in the output. --version Show the version and exit. --help Show this message and exit
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.