Jump to content

uxjw

Member
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Like
    uxjw got a reaction from Tony D in Currency Conversion: See foreign exchange rates and currency conversion   
    Seems this workflow needs to be updated both to work with Alfred 4, and to use an updated API. It's currently trying to use https://api.fixer.io, which has been deprecated. I tried setting up the new version of fixer.io's api with a free key but it still has errors.
     
    I really hope this plugin gets an update - I used it quite often when it was working.
  2. Like
    uxjw reacted to cjlucas in Tower Repositories (v1.0)   
    Quickly access your Tower git repositories
     
    I finally got around to checking out Alfred today, and I was so blown away by the workflows feature that I decided to write one.
     

     
     
    Github: https://github.com/cjlucas/tower-alfred-workflow
     
    The latest packaged workflow can be found here.
     
    I will be checking for bug reports here as well as on Github.  It'll be easier to diagnose bugs if I have your Tower bookmark's file as well (it can be found here: ~/Library/Application Support/Tower/Bookmarks.plist). If you'd prefer to not have it posted in public, you can send me a message on here or on Github.
  3. Like
    uxjw reacted to eknkc in Pinboard Search Workflow   
    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.
  4. Like
    uxjw reacted to mattheworiordan in Remember the Milk   
    I found a few Remember the Milk plugins but had very little luck with them because they either did not work, or they did not provide any feedback when a task was added.
     
    All I want from a RTM plugin is to quickly add an RTM task by press alt-Space, typing 'rtm my task text here'.  This plugin delivers that - an extremely quick way to add a task when you want to with minimal key strokes.
     
    Dependencies
    You must have Ruby installed (this is installed by default with OS X), but you can also use rbenv or rvm You must install the rumember gem and authenticate with RTM:
    Step 1 install gem:  `gem install rumember`
    Step 2 authenticate with rtm: `ru` Note: This workflow supports system installed Ruby, RVM installed ruby or RbEnv installed ruby.  However, please make sure that whichever Ruby you are running has the gem `ru` installed and authenticated.
     
    Download the plugin
×
×
  • Create New...