Nagivate GitHub within Alfred
Requires Node.js 8+ and the Alfred Powerpack.
Download the latest workflow from the releases page.
After importing into Alfred, set these workflow variables:
USERNAME = <your GitHub username>
ACCESS_TOKEN = <an optional personal access token>
If you'd like to navigate your work on private repos, a token with Full control of private repositories (repo
) scope is required. Otherwise, a token with public_repo
scope is enough.
Functionality | Keyword |
---|---|
Search open pull requests | pr <search terms> |
Search merged pull requests | prm <search terms> |
Search starred repos | str <search terms> |
Press Enter
to open in your default browser. Press Cmd
+ Enter
to copy URL to clipboard.
MIT © Duc Nguyen