Skip to content

Simple Ruby script to add URL with title to Pinboard. Designed for the command line and for Alfred (http://www.alfredapp.com)

License

Notifications You must be signed in to change notification settings

jprabawa/pinboard-alfred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinboard for Alfred

This is a very simple ruby script to add a URL with a title to Pinboard. The script makes use of the Pinboard API.

Installation

The script requires the escape gem to be installed. The Gemfile is included so you just need to run bundler:

bundle install

Usage

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

Creating The Alfred Extension

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.

License

Standard MIT License

About

Simple Ruby script to add URL with title to Pinboard. Designed for the command line and for Alfred (http://www.alfredapp.com)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages