-
Content Count
35 -
Joined
-
Last visited
-
Days Won
1
DavidK last won the day on March 24 2014
DavidK had the most liked content!
About DavidK
-
Rank
Member
-
DavidK reacted to a post in a topic: Rate iTunes Track
-
DavidK reacted to a post in a topic: Area Code search
-
DavidK reacted to a post in a topic: Area Code search
-
Great, glad it is useful! Sometimes simple is best.
-
surrealroad reacted to a post in a topic: Rate iTunes Track
-
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!
-
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.
-
You're welcome, glad it's useful!
-
Tyler Eich reacted to a post in a topic: Area Code search
-
katie reacted to a post in a topic: Area Code search
-
Is there an Area Code lookup workflow?
DavidK replied to edalzell's topic in Workflow Help & Questions
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/ -
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 s
-
FYI, I just updated this workflow to be compatible with the latest build of ExpanDrive 3. (3039)
-
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
-
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
-
DJay reacted to a post in a topic: Rate iTunes Track
-
iansited reacted to a post in a topic: Rate iTunes Track
-
Rate iTunes Track - http://www.alfredforum.com/topic/375-rate-itunes-track
-
Send URL - http://www.alfredforum.com/topic/538-send-url/
-
DavidK reacted to a post in a topic: PLEASE VOTE: Your favourite workflows
-
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.
-
a--m reacted to a post in a topic: Take action on multiple items (eg. Quicksilver's "The Comma Trick")
-
Got the download link working - for some reason it wasn't working in Chrome, but fine in Safari. Nice job on the workflow!
- 68 replies
-
FYI - I'm geting the following error when trying to download from your droplr link. AccessDeniedAccess denied
- 68 replies
-
DJay reacted to a post in a topic: Next Audio Output Device + request for help!
-
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