{"id":13463866,"url":"https://github.com/mutdmour/alfred-workflow-cheatsheet","last_synced_at":"2025-03-17T08:37:18.889Z","repository":{"id":59590573,"uuid":"105364341","full_name":"mutdmour/alfred-workflow-cheatsheet","owner":"mutdmour","description":"Cheatsheet to get shortcuts for apps","archived":false,"fork":false,"pushed_at":"2022-10-07T09:58:44.000Z","size":298868,"stargazers_count":100,"open_issues_count":9,"forks_count":21,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-08T02:48:11.874Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mutdmour.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-30T11:07:00.000Z","updated_at":"2025-02-12T07:44:29.000Z","dependencies_parsed_at":"2023-01-19T13:45:22.453Z","dependency_job_id":null,"html_url":"https://github.com/mutdmour/alfred-workflow-cheatsheet","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutdmour%2Falfred-workflow-cheatsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutdmour%2Falfred-workflow-cheatsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutdmour%2Falfred-workflow-cheatsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutdmour%2Falfred-workflow-cheatsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mutdmour","download_url":"https://codeload.github.com/mutdmour/alfred-workflow-cheatsheet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243852486,"owners_count":20358271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T14:00:29.595Z","updated_at":"2025-03-17T08:37:18.241Z","avatar_url":"https://github.com/mutdmour.png","language":"Python","funding_links":[],"categories":["Python","Utility","Alfred Workflows"],"sub_categories":["Gists"],"readme":"Cheatsheet\n----------\n\nAlfred workflow that gets shortcuts for applications, websites, tools and others\n\nIf you have any questions or issues, checkout the discussion at [the alfred forum here](https://www.alfredforum.com/topic/10830-cheatsheet-shortcuts-for-your-tools/).\nOr create an issue if you cannot find an answer.\n\n![Screenshot](media/cheatsheet.png)\n\n![Screenshot](media/cheatsheet-search.png)\n\nSupported\n---------\n- Adobe Illustrator\n- Adobe Photoshop\n- Airmail\n- Alfred\n- Asana\n- AutoMute Chrome extension\n- Databricks\n- Default Folder X\n- Evernote\n- Finder\n- Firefox\n- Forklift 3\n- Github.com\n- Google Chrome\n- Google Docs\n- Google Sheets\n- inbox.google.com\n- IntelliJ Idea (default Mac OS X)\n- iTerm2\n- Jira\n- Mac OSX\n- Microsoft Excel\n- Microsoft Word\n- Outlook\n- Pixelmator\n- Reddit Enhancement Suite\n- Safari\n- Sibelius G7\n- Sketch\n- Slack\n- Spotify\n- Sublime Text\n- Terminal\n- Trello.com\n- Things\n- Video Speed Controller chrome extension\n- Vim\n- Vimeo\n- Vintage Sublime\n- Visual Studio Code\n- XCode\n- Youtube.com\n\nRequest apps to add\n----------------\nIf you would like to request an app to add, please comment on this issue [#29](https://github.com/mutdmour/alfred-workflow-cheatsheet/issues/29)\n\nTo download\n-----------\nDownload [workflow file](https://github.com/mutdmour/alfred-workflow-cheatsheet/raw/master/releases/Cheatsheet.alfredworkflow)\n\nTo add more apps\n----------------\n- add it yourself to [custom.json] in your data directory.\n```json\n{\n  \"custom_app_example\": {\n    \"action\": \"shortcut\"\n  }\n}\n```\n- to overwrite any default, ^⏎ on any shortcut in the app.\n- to share with everyone, create a PR with the app shortcuts you want to add [/src/shortcuts.py]. Please also include the app icon (`src/apps/icons/%APP NAME%.png`).\n- create an issue requesting the tool you want us to add\n\nTo show or hide apps in search results\n----------------\nOpen `settings.json` in your data directory.\n\nTo show only some specific apps in the search results list them in `show_only_apps` parameter:\n```json\n{\n  \"__workflow_last_version\": \"1.3.0\",\n  \"show_only_apps\": [\n    \"Alfred\",\n    \"Mac OSX\",\n    \"Terminal\"\n  ]\n}\n```\nAll other apps would be hidden then.\n\n\nTo hide some apps in the search results list them in `hide_apps` parameter:\n```json\n{\n  \"__workflow_last_version\": \"1.3.0\",\n  \"hide_apps\": [\n    \"Microsoft Word\",\n    \"Video Speed Controller chrome extension\"\n  ]\n}\n```\n\nTo find your settings.json or custom.json file\n----------------\n\nOpen cheatsheet in Alfred and look for `customize your cheatsheet`.\nOpen that and that should open the folder with your `settings.json` and `custom.json` file.\n\n![Screenshot](media/cheatsheet-customize.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmutdmour%2Falfred-workflow-cheatsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmutdmour%2Falfred-workflow-cheatsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmutdmour%2Falfred-workflow-cheatsheet/lists"}