{"id":13910648,"url":"https://github.com/alexwlchan/alfred_shortcuts_github","last_synced_at":"2026-01-16T09:54:19.428Z","repository":{"id":50933586,"uuid":"506556624","full_name":"alexwlchan/alfred_shortcuts_github","owner":"alexwlchan","description":"An Alfred workflow that links to GitHub repos I use regularly","archived":false,"fork":false,"pushed_at":"2024-10-23T20:20:27.000Z","size":460,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-24T07:55:52.778Z","etag":null,"topics":["alfred-workflow","github"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexwlchan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-23T08:25:08.000Z","updated_at":"2024-10-23T20:20:28.000Z","dependencies_parsed_at":"2022-08-12T22:11:45.841Z","dependency_job_id":"dbb86ac5-f780-4526-8860-4cf5b9ba0e5f","html_url":"https://github.com/alexwlchan/alfred_shortcuts_github","commit_stats":null,"previous_names":["alexwlchan/alfred_shortcuts_github"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexwlchan%2Falfred_shortcuts_github","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexwlchan%2Falfred_shortcuts_github/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexwlchan%2Falfred_shortcuts_github/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexwlchan%2Falfred_shortcuts_github/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexwlchan","download_url":"https://codeload.github.com/alexwlchan/alfred_shortcuts_github/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226388680,"owners_count":17617317,"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":["alfred-workflow","github"],"created_at":"2024-08-07T00:01:40.396Z","updated_at":"2025-07-18T09:32:18.935Z","avatar_url":"https://github.com/alexwlchan.png","language":"Python","readme":"# alfred_shortcuts_github\n\nThis is a script to help me create an [Alfred Workflow] that links to GitHub repositories that I use regularly.\n\n![Screenshot of an Alfred workflow with three GitHub links](screenshot.png)\n\nI do this with a custom workflow, rather than the built-in web search/bookmark features for two reasons:\n\n*   I want to search a lot of repos this way, and it's easier to write a workflow-building script than point-and-click in the GUI.\n*   I want GitHub shortcuts on both my personal and work computers, but I have no way to automatically sync my Alfred settings between them.\n    Having a workflow I can build separately on each machine (and with different config) allows me to keep them consistent.\n\n[Alfred Workflow]: https://www.alfredapp.com/workflows/\n\n\n\n## Usage\n\nIf you want to use this script yourself, you'll need Python installed.\n\nClone this repo, update the list of repos in `repos.ini`, then run the script:\n\n```\n$ python3 create_workflow.py\n```\n\nThis will create a package `github_shortcuts.alfredworkflow` in the repo; open this to get the shortcut.\n\n\n\n## Config syntax\n\nThis is an example of the repo config:\n\n```\n[repos]\nalexwlchan =\n    docstore\n    dominant_colours\n    pathscripts\n\nwellcomecollection  =\n    wellcomecollection.org (dotorg)\n\n    storage-service\n\nscanamo =\n    scanamo\n```\n\nThe GitHub owner is the top-level key, then put one repo per line.\nYou can put in empty lines to organise the list.\n\nBy default, the shortcut will trigger for the name of the repo (e.g. `docstore`).\nYou can override the shortcut by putting an alternative name in brackets (e.g. `(dotorg)`).\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexwlchan%2Falfred_shortcuts_github","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexwlchan%2Falfred_shortcuts_github","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexwlchan%2Falfred_shortcuts_github/lists"}