Use pinboard.in from the command line.
You must specify a valid pinboard api token to use this tool. You can find it here after logging in to your pinboard account.
Simply copy the token and paste it as an environment variable with the name PINBOARD_TOKEN. In Linux and OSX it looks like this:
export PINBOARD_TOKEN=user:XXXXXXXXXXXXXXXXXXXX
You can optionally set environment variables to specify the default output format like so:
export PINBOARD_FORMAT=json
After that you're ready to start using pinboard in the command line!
Usage: pinboard [options] [command]
Commands:
add <url> <desc> add a bookmark
all all the bookmarks in your account
dates bookmarks separated by date
delete <url> delete a bookmark
get get bookmark(s)
notes [id] get one/all note(s)
recent most recent bookmarks
secret your secret feed's RSS key
suggest <url> suggest tags
tags tag related activities
update datetime of most recent action
help [cmd] display help for [cmd]
Use pinboard.in from the command line.
Options:
-h, --help output usage information
-V, --version output the version number
Utilizes the following modules:
- chalk
- commander
- lodash
- moment
- node-env-file
- node-pinboard (cloned)
- request