Jump to content

DavidK

Member
  • Posts

    35
  • Joined

  • Last visited

  • Days Won

    1

DavidK last won the day on March 24 2014

DavidK had the most liked content!

DavidK's Achievements

Member

Member (4/5)

14

Reputation

  1. Great, glad it is useful! Sometimes simple is best.
  2. Just updated the workflow to support both Expandrive 3 as well as Expandrive 4. It seemed to work fine in the trial version for me, but please let me know if you have any issues!
  3. I'll look into an update later this evening. I haven't upgraded to ExpanDrive 4 yet, but will download the trial and see what's changed.
  4. You're welcome, glad it's useful!
  5. Tyler's workflow works great, but if you are looking for an offline version, don't want to sign up for a Wolfram Alpha API key, or want to customize the output, check out this workflow I just posted. http://www.alfredforum.com/topic/4135-area-code-search/
  6. Description Look up an area code location using the 3 digit code, or the city / state name. Links Download GitHub Project Page My other workflows on GitHub Notes This version doesn't require internet access for basic lookups. Area code file can easily be edited to fix or change city names, or even add new area codes in the future. The extended view can be accessed by pressing enter on a result. This will open the default browser to a page with more information. I had considered using the API for allareacodes.com, but there were some limitations to that approach. (It only returns state name, not a city name. Can't customize output, etc.) I can add support if people think it would be valuable. Screenshots Lookup via Area Code Lookup via City Name
  7. FYI, I just updated this workflow to be compatible with the latest build of ExpanDrive 3. (3039)
  8. Interesting idea. I just tested it, and this code snippet will skip a song if it's rated below 3. Add the code below after the following line in the bash script. "osascript -e "tell application \"iTunes\" to set rating of current track to $rating" if [[ "{query}" < 3 ]]; then osascript -e "tell application \"iTunes\" to next track" fi
  9. Links Download GitHub Project Page My other workflows on GitHub Notes Now supports ExpanDrive 4! Requires ExpanDrive 3.x or later, and Alfred 2.x The ExpanDrive Terminal Utility must be installed to use this workflow ExpanDrive Manager > Settings > Terminal Utility > Install If the Terminal Utility is installed in a location other than /usr/bin, edit the path on the first line of the script filter within Alfred 2 under the ExpanDrive workflow with the full path to the expan utility. Screenshot
  10. Rate iTunes Track - http://www.alfredforum.com/topic/375-rate-itunes-track
  11. Send URL - http://www.alfredforum.com/topic/538-send-url/
  12. Good point David. In this particular workflow, the latest version is linked in the top post as well as the latest github page. I'll edit the other posts in this thread to avoid any confusion.
  13. Got the download link working - for some reason it wasn't working in Chrome, but fine in Safari. Nice job on the workflow!
  14. FYI - I'm geting the following error when trying to download from your droplr link. AccessDeniedAccess denied
  15. Updated workflow to show data in the Alfred window immediately, as well as in Notification Center if the user hits "enter". Latest can be downloaded here: https://github.com/dklem/Alfred2-Wireless-SSID
×
×
  • Create New...