Cheatsheet to get shortcuts for apps
https://github.com/mutdmour/alfred-workflow-cheatsheet.git
Cheatsheet
If you have any questions or issues, checkout the discussion at the alfred forum here. Or create an issue if you cannot find an answer.
Supported
To download
To add more apps
{
"custom_app_example": {
"action": "shortcut"
}
}
src/apps/icons/%APP NAME%.png).settings.json in your data directory.
To show only some specific apps in the search results list them in show_only_apps parameter:
{
"__workflow_last_version": "1.3.0",
"show_only_apps": [
"Alfred",
"Mac OSX",
"Terminal"
]
}
All other apps would be hidden then.
To hide some apps in the search results list them in hide_apps parameter:
{
"__workflow_last_version": "1.3.0",
"hide_apps": [
"Microsoft Word",
"Video Speed Controller chrome extension"
]
}
To find your settings.json or custom.json file
customize your cheatsheet.
Open that and that should open the folder with your settings.json and custom.json file.