- Created by stoe
- 🗓 Last Updated: 22/01/26 09:10:06
- 🌟 Stars on GitHub: 7
- Please consider supporting the creator by Starring or Sponsoring them on GitHub!
- Get Latest Release
- Get Source Code
From their README
@stoe/alfred-github-helper
Alfred GitHub Helper
Requirements
- Node 20 or later
- npm 10 or later
Installation
$ npm install -g @stoe/alfred-github-helper
Usage
Preparation
- In Alfred, type
g tokento store a GitHub personal access token with the scopesread:user,read:org, anduser:email. - Still in Alfred, type
g orgteamto set the organisation and team slug used for lookups./ - Use the keyword
gfor bookmarks and search, and@to browse teams and members. A hotkey is included in the workflow; adjust it in Alfred if you prefer a different binding.

Bookmarks

Store bookmarks in ~/.alfred-github-helper-bookmarks.json using the following shape. If the file is missing, the workflow loads a default entry that links back to this repository.
[
{
"uid": "alfred-github-helper",
"title": "alfred-github-helper",
"cmds": ["alfred-github-helper"],
"url": "https://github.com/stoe/alfred-github-helper"
}
]
Teams and members

Results are cached for 24 hours. Hold ⌘ Command on a result to open the related GitHub URL.
Troubleshooting
- "GitHub token not found": set a personal access token with
g token. - "Couldn't find your organisation or team": set both values with
g orgteam./