Jump to content

Workflow idea: Quickly navigate to recent folders


Recommended Posts

@Clinton Strong Nice workflow !

 

I can't make it work anymore. Here is the log :

Starting debug for 'Recent Folders'

[ERROR: alfred.workflow.input.scriptfilter] Code 1: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- alfred (LoadError)
	from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
	from get_recent_folders.rb:1:in `<main>'

Tested the workflow this morning with Alfred 2 v2.4 (279) Mac OS X 10.9.4 (13E28).

 

Version of the workflow tested: I downloaded the workflow from the link in your last post. 

 

 

I had the same issue. It has to do with some changes in Ruby 2.0 which now ships with Maverick....I don't actually really know to be honest. I did some Googling and tried a bunch of stuff real quick; it's so rare that a quick copypasta based on skimming stuff works. I found the fix on stackoverflow (of course): change line 1 of get_recent_folders.rb to require_relative "alfred"

Edited by sudopeople
Link to comment

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...