Jump to content

What can Alfred be told via AppleScript?


Recommended Posts

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

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