Jump to content

Default workflows script?


smblog

Recommended Posts

it is a default workflow for these command not defined..

ALFRED.jpg

 

 

it is a default workflow for these command not defined..

ALFRED.jpg

 

To create a custom fallback search, create a workflow with the Fallback Search trigger.

 

Once you've created your workflow, go to Features > Default Results and set your fallback search by clicking the "Setup fallback results" button at the bottom :)

Link to comment
Share on other sites

  • 1 month later...

To create a custom fallback search, create a workflow with the Fallback Search trigger.

 

Once you've created your workflow, go to Features > Default Results and set your fallback search by clicking the "Setup fallback results" button at the bottom :)

url only? can i  use custom workflow?

Link to comment
Share on other sites

url only? can i  use custom workflow?

 

You can but for now it has to be done a little differently. To accomplish this, create a workflow and add a Trigger->Fallback Search. After that, attach a Run Script item to it and use AppleScript to action the previous workflow keyword you want.

 

So, for instance, for the Google Suggest workflow, I added the Fallback Search, and attached a Run Script to the back, set the language to osascript and did:

tell application "Alfred 2" to search "g {query}"

Where 'g' is the keyword for that workflow.

Link to comment
Share on other sites

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