Jump to content

eknkc

Member
  • Posts

    5
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by eknkc

  1. Hi,

     

    I just created an alternative Pinboard workflow that allows searching for pinboard bookmarks within Alfred. It can fetch data asynchronously, so there should not be delays during searches and the matching code has some fuzzy logic. Might come in handy for Pinboard users so I wanted to share.

     

    NOTE: It requires Node.JS to be installed. Please get it from http://nodejs.org if you dont have Node.

     

    Keywords:

     

    pinboardauth username:TOKEN <- set access token (get it from https://pinboard.in/settings/password)

     

    pb query <- search for query

    pbunread <- items in read later list

    pbreload <- force data reload

     

    Hold cmd while selecting a bookmark to copy it's url to clipboard.

    Hold ctrl while selecting to delete a bookmark from your pinboard.

     

    Workflow:

    http://d.ekin.io/L6QO

     

    Source Code:

    https://github.com/eknkc/alfred-pinboard

     

    Let me know if it works for you.

×
×
  • Create New...