paulheyer Posted February 28, 2013 Posted February 28, 2013 Hi, I’d like to do the following in a workflow. – open alfred, use a keyword as a trigger – the trigger should open a specific folder (indexed network folder) in "search" or "browse in alfred" mode – hitting a result reveals the folder/file in Finder – optimum would be: folder/file actions Can this be done somehow? I know there are similar default workflows but they are triggered by hotkey or do something slightly different. thanks, Paul
jdfwarrior Posted February 28, 2013 Posted February 28, 2013 If I'm understanding correctly, yes it COULD be done. Using a keyword input, make that run execute a "Run AppleScript" action that would: tell application "Alfred 2" to search "<enter your path here>". That would kick Alfred back into browse mode of that folder. From there you could use the file/folder actions to open, reveal in Finder, etc. Does that makes sense? Jono, sphardy and paulheyer 3
spacecadet9 Posted February 28, 2013 Posted February 28, 2013 I was kinda after the same thing as Paul I tried what you suggested David and it worked great Thanks!
paulheyer Posted March 12, 2013 Author Posted March 12, 2013 If I'm understanding correctly, yes it COULD be done. Using a keyword input, make that run execute a "Run AppleScript" action that would: tell application "Alfred 2" to search "<enter your path here>". That would kick Alfred back into browse mode of that folder. From there you could use the file/folder actions to open, reveal in Finder, etc. Does that makes sense? Yes, it does what it should. Wouhld be great if this could be a standard functionality in Alfred. Thanks!
jdfwarrior Posted March 12, 2013 Posted March 12, 2013 Yes, it does what it should. Wouhld be great if this could be a standard functionality in Alfred. Thanks! Well I'm pretty sure that this isn't going to make it into Alfred 2.0, but there is always the chance that things like this could be added in the future. For now though, this is the best solution.
Jono Posted March 12, 2013 Posted March 12, 2013 If I'm understanding correctly, yes it COULD be done. Using a keyword input, make that run execute a "Run AppleScript" action that would: tell application "Alfred 2" to search "<enter your path here>". That would kick Alfred back into browse mode of that folder. From there you could use the file/folder actions to open, reveal in Finder, etc. Does that makes sense? Thanks, this is something I've been wanting to do a Drobo that isn't in the 'normal' Alfred index
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now