Jump to content

Pinboard Tools


Recommended Posts

Posted (edited)

Link: https://www.dropbox.com/s/pgse5l1u12xeqse/Pinboard%20Tools.alfredworkflow

 

Yet another script to search Pinboard. It uses the web search, instead of a local cache, so it's not quite as fast, but it is always up to date. It only runs the search for query lengths of 4 or more to try to be more efficient.

 

Use "pins set {username}" to set your username, and "pins {query}" to search for bookmarks. 

 

Because it doesn't store any login information or cookies, it only searches your public bookmarks. 

 

It works fine for me, but let me know if you run into any issues.

 

Edit: 2013-03-21 - Included BeautifulSoup, should work for people who don't have it installed on their machines.

Edited by dansherman
Posted

Doesn't seem to work for me. If a Pinboard Search item is selected, the Return key does nothing. Doesn't even dismiss Alfred, it just sits there ready for me to type some more.

Posted

Doesn't seem to work for me. If a Pinboard Search item is selected, the Return key does nothing. Doesn't even dismiss Alfred, it just sits there ready for me to type some more.

So it returns some results, but doesn't let you act on them?

Posted

No, sorry. I get the default "Pinboard Search (Searches Pinboard's website)" item, so it's recognizing the workflow, but no results or anything else.

Posted

Assuming that you're using the system python (I didn't see one rolled into Alfred), I think the problem is that BeautifulSoup isn't installed. After running "sudo pip install BeautifulSoup", it works.

 

I'd suggest bundling BS with your workflow.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...