Michael_mc Posted August 2, 2018 Posted August 2, 2018 (edited) Hi, is it possible to have a default fallback for {query}? so if left empty it will use the default example: https://stackoverflow.com/search?q={query:myfavoritesearch} so if in Alfred I type "so", I can just press enter and it will use 'myfavoritesearch' instead of waiting for the {query} letters Great app, thank you very much Edited August 2, 2018 by Michael_mc
vitor Posted August 2, 2018 Posted August 2, 2018 Welcome @Michael_mc, You can do it with a Workflow. Connect a Keyword Input to two Filter Utilities. In one of them set it to continue only if the query is empty, and on the other only if the query is not empty. Then connect each of those to a Open URL Action with the desired outcomes.
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