{"id":13462150,"url":"https://github.com/gharlan/alfred-github-workflow","last_synced_at":"2025-05-14T01:08:40.595Z","repository":{"id":6405933,"uuid":"7644118","full_name":"gharlan/alfred-github-workflow","owner":"gharlan","description":"GitHub Workflow for Alfred","archived":false,"fork":false,"pushed_at":"2024-12-05T19:23:51.000Z","size":734,"stargazers_count":2909,"open_issues_count":8,"forks_count":145,"subscribers_count":45,"default_branch":"main","last_synced_at":"2025-04-05T14:01:31.332Z","etag":null,"topics":["alfred","alfred-workflow","github","hacktoberfest","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/gharlan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2013-01-16T11:00:41.000Z","updated_at":"2025-03-26T10:17:03.000Z","dependencies_parsed_at":"2022-07-11T09:00:54.909Z","dependency_job_id":"98ebcfb1-dbff-4090-b347-9d8f3239e945","html_url":"https://github.com/gharlan/alfred-github-workflow","commit_stats":{"total_commits":203,"total_committers":19,"mean_commits":10.68421052631579,"dds":"0.24630541871921185","last_synced_commit":"0f7e049218342deb6c7967856d906b07f858af16"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gharlan%2Falfred-github-workflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gharlan%2Falfred-github-workflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gharlan%2Falfred-github-workflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gharlan%2Falfred-github-workflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gharlan","download_url":"https://codeload.github.com/gharlan/alfred-github-workflow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248173812,"owners_count":21059594,"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","alfred-workflow","github","hacktoberfest","php"],"created_at":"2024-07-31T12:00:40.316Z","updated_at":"2025-04-12T15:32:11.747Z","avatar_url":"https://github.com/gharlan.png","language":"PHP","readme":"GitHub Workflow for [Alfred](http://www.alfredapp.com)\n============================\n\nYou can search through GitHub (`gh`) and your GitHub Enterprise instance (`ghe`).\n\n**[DOWNLOAD](https://github.com/gharlan/alfred-github-workflow/releases)**\n\n![Workflow Screenshot](screenshot.png)\n\nSetup\n-----\n\nThis workflow requires PHP, which is no longer pre-installed since macOS 12 Montery.  \nYou can install it via [Homebrew](https://brew.sh) (`brew install php`).\n\n### For github.com\n\nIn Alfred type (`gh \u003e login`) to authenticate against your account. The login uses OAuth, so you do not have to enter your credentials.\n\n### For github enterprise\n\n1. In Alfred type (`ghe \u003e url https://github.mycompany.com`)\n2. Create a new Personal Access Token (`ghe \u003e generate token` or `https://github.mycompany.com/settings/applications`). It only needs access to your repos. Copy this token to your clipboard.\n3. In Alfred type (`ghe \u003e login \u003cpaste token here\u003e`)\n4. You can now `ghe your_enterprise_repo_name`\n\n### Access to private repositories in organizations\n\nOrganizations must approve this app, otherwise private repositories of that organization can not be accessed. Access can be requested [here](https://github.com/settings/connections/applications/2d4f43826cb68e11c17c).\n\nKey Combinations\n----------------\n\nKey Combination        | Action\n---------------------- | ------\n`enter`                | Open entry in default browser\n`cmd` + `c`            | Copy URL of the entry\n`cmd` + `enter`        | Paste URL to front most app\n`shift` or `cmd` + `y` | Open URL in QuickLook\n\nCommands\n--------\n\nTo search through your GitHub Enterprise instance replace `gh` by `ghe`.\n\n### Repo commands\n\n* `gh user/repo`\n* `gh user/repo #123`\n* `gh user/repo @branch`\n* `gh user/repo *commit`\n* `gh user/repo /path/to/file`\n* `gh user/repo actions`\n* `gh user/repo admin`\n* `gh user/repo clone`\n* `gh user/repo dev`\n* `gh user/repo discussions`\n* `gh user/repo graphs`\n* `gh user/repo issues`\n* `gh user/repo milestones`\n* `gh user/repo network`\n* `gh user/repo new issue`\n* `gh user/repo new pull`\n* `gh user/repo projects`\n* `gh user/repo pulls`\n* `gh user/repo pulse`\n* `gh user/repo releases`\n* `gh user/repo wiki`\n* `gh user/repo projects`\n\n### User commands\n\n* `gh @user`\n* `gh @user overview`\n* `gh @user repositories`\n* `gh @user stars`\n* `gh @user gists`\n\n### Search commands\n\n* `gh s repo`\n* `gh s @user`\n\n### \"My\" commands\n\n* `gh my dashboard`\n* `gh my notifications`\n* `gh my profile`\n* `gh my issues`\n* `gh my issues created`\n* `gh my issues assigned`\n* `gh my issues mentioned`\n* `gh my pulls`\n* `gh my pulls created`\n* `gh my pulls assigned`\n* `gh my pulls mentioned`\n* `gh my pulls review requested`\n* `gh my repos`\n* `gh my repos new`\n* `gh my settings`\n* `gh my stars`\n* `gh my gists`\n\n### Workflow commands\n\n* `gh \u003e login`\n* `gh \u003e logout`\n* `gh \u003e delete cache`\n* `gh \u003e delete database`\n* `gh \u003e update`\n* `gh \u003e activate autoupdate`\n* `gh \u003e deactivate autoupdate`\n* `gh \u003e help`\n* `gh \u003e changelog`\n* `ghe \u003e url` (GitHub Enterprise only)\n* `ghe \u003e generate token` (GitHub Enterprise only)\n* `ghe \u003e enterprise reset` (GitHub Enterprise only)\n","funding_links":[],"categories":["Uncategorized","PHP","Developer","Building","php"],"sub_categories":["Uncategorized","Workflows"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgharlan%2Falfred-github-workflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgharlan%2Falfred-github-workflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgharlan%2Falfred-github-workflow/lists"}