phobia Posted November 26, 2013 Share Posted November 26, 2013 Hi! I'm wondering what Alfred can be told in tell blocks in AppleScript, such as this: tell application "alfred" ... something here end tell Spesifically I'm wondering how to trigger "Browse in Alfred" on a given path. Link to comment
Tyler Eich Posted November 26, 2013 Share Posted November 26, 2013 Hi! I'm wondering what Alfred can be told in tell blocks in AppleScript, such as this: tell application "alfred" ... something here end tell Spesifically I'm wondering how to trigger "Browse in Alfred" on a given path. Alfred responds to something like this: tell application "Alfred 2" search "Stuff I want to search" end tell If you send a path to Alfred, it will trigger his file browser. Cheers Link to comment
phobia Posted November 28, 2013 Author Share Posted November 28, 2013 Very nice, thanks! Link to comment
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