MuppetGate Posted March 11, 2013 Share Posted March 11, 2013 How it works: Drop it into a workflow and set the options: Prompt text - this appears in Alfred's main input window with the cursor flashing after it. It would have to be fairly short, something like, 'Are you sure?' Responses (optional). A list of values that the user can select from. These will appear in Alfred's search results. or A script that generates the responses using Alfred's results XML format. or Nothing at all, so the user can enter any value. The action returns the selected value in {prompt} And with your other hand, you could code up a nice conditional action to go with it ... Amoftcoorb 1 Link to comment Share on other sites More sharing options...
jdfwarrior Posted March 11, 2013 Share Posted March 11, 2013 How it works: Drop it into a workflow and set the options: Prompt text - this appears in Alfred's main input window with the cursor flashing after it. It would have to be fairly short, something like, 'Are you sure?' Responses (optional). A list of values that the user can select from. These will appear in Alfred's search results. or A script that generates the responses using Alfred's results XML format. or Nothing at all, so the user can enter any value. The action returns the selected value in {prompt} And with your other hand, you could code up a nice conditional action to go with it ... Something like this may be possible in the future. For now you can fake things like this by using AppleScript and telling Alfred to search. Link to comment Share on other sites More sharing options...
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