giovanni 6 Posted April 1 Share Posted April 1 Hi, I found this nice (albeit older) workflow to manage Alfred workflows. https://github.com/jmjeong/alfred-extension/tree/master/managealfredextension I would like to add an action to open the workflow preferences (similar to entering `?[myWorkflow]` in Alfred). Is there an AppleScript command to achieve that? thanks! Link to post
Vero 471 Posted April 1 Share Posted April 1 @giovanni That's essentially built-in now, if I've understood correctly what you're looking for. Just type the question mark followed by any feature name, workflow name or keyword, even the word "hotkeys" or "keywords" to see relevant results from your features and workflows. More details about the feature can be found here: https://www.alfredapp.com/blog/tips-and-tricks/search-alfred-question-mark-trick/ Cheers, Vero Link to post
deanishe 1,449 Posted April 1 Share Posted April 1 1 minute ago, Vero said: That's essentially built-in now, if I've understood correctly what you're looking for. I think he wants the workflow to be able to send the user directly to its own configuration in Alfred Preferences. Link to post
giovanni 6 Posted April 1 Author Share Posted April 1 I meant launching through the workflow something like '?{query}' where {query} is a workflow name selected from a list of the installed workflows (which is provided by 'alfred-extension'). In other words: 1. the user launches 'alfred-extension` which returns a list of installed workflows 2. the user selects workflow X 3. Alfred opens the workflow X configuration page in Alfred preferences. Link to post
Andrew 827 Posted Thursday at 11:28 AM Share Posted Thursday at 11:28 AM Alfred internally has a URL scheme to open the preferences to certain pages, sometimes used by the ? keyword. I'm reluctant to make this a public accessible feature as this makes it significantly more tricky to make changes in the future for something which won't be used much. Having said that, in my wider plan, I do have some ideas written down to make a configurable user-facing "preferences" per workflow which would show when installing a workflow. giovanni, dfay and Alan He 3 Link to post
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