Jump to content

Applescript Support in v2 Beta


Recommended Posts

Several people have mentioned that Applescript's don't work in the first beta of Alfred 2. The Applescript support IS there, it just hasn't been finished. At it's current state, to use Applescript, the code MUST be wrapped. See example below.

on alfred_script(q)
     tell application "Finder" to activate
end alfred_script

 

It has to be wrapped with alfred_script in order to work at this point. For further examples, see my Rdio workflow that has already been posted. It uses Applescript to control the local Rdio application.

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