This is a very simple ruby script to add a URL with a title to Pinboard. The script makes use of the Pinboard API.
The script requires the escape gem to be installed. The Gemfile is included so you just need to run bundler:
bundle install
Add a new URL from http://url with the title "Multiword Title":
pinboard http://url Multiword Title
Add a new URL from http://url with the title "http://url":
pinboard http://url
You can follow the lovely instructions by Andrew Pepperrell here.
In the command text area, you use:
/path/to/pinboard {query}
If you enable Notification Center, the script will output the Pinboard API status code on completion, e.g. "done" when the URL was added successfully.
Standard MIT License