Growler Posted February 21, 2018 Posted February 21, 2018 (edited) I am trying create a workflow that will let me select a folder and open it in an application. So far the closest I have gotten is a hotkey to open "Browse in Alfred" and a "File Action" to open the path with the application. Is there a way to get an output from "Browse in Alfred"? Edited February 21, 2018 by vitor Removed “[HOW-TO]” from title, as post is a question
vitor Posted February 21, 2018 Posted February 21, 2018 (edited) Welcome to the forums, @Growler, In your Hotkey, make sure the Action is Pass through to workflow and Argument is Selection in macOS. Connect it to an Open File Action and set the desired application there. Additional unrelated notes: “[HOW TO]” is for when you’re teaching how to do something, not when asking for help. I’ve edited the title of the post accordingly. When asking for help with a Workflow, please always upload it somewhere. Debugging can already be hard with access to the code, but it’s significantly harder with just a description and screenshots. The Reporting Problems with Workflows topic has a nice overview on how to build an effective report. Edited February 21, 2018 by vitor
Growler Posted February 21, 2018 Author Posted February 21, 2018 This is close to what I am trying to achieve, I would just like to navigate through the file system visually like "Browse in Alfred" provides. Here's my workflow. https://www.dropbox.com/sh/3pwk0rgpxs2qygn/AAAJOD-a37ALSeO8Q70hRP1ea?dl=0
vitor Posted February 21, 2018 Posted February 21, 2018 (edited) 31 minutes ago, Growler said: I would just like to navigate through the file system visually like "Browse in Alfred" provides. Then forget about the Hotkey. What you’re looking for is a File Action Trigger. You can then navigate with Alfred as usual, and activate the File Action as needed. Edited February 21, 2018 by vitor
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