GitHub Workflow for Alfred 2
It works similar to the original GitHub command bar and to its update, the keyword is "gh" (example: gh github/gollum issues
).
With enter
you can open the entry in your default browser. If you just want to copy the URL of a repo/user/issue, hit cmd+c
on an entry. Hit cmd+enter
to paste the URL to the front most app. With shift
or cmd+y
you can open the URL in QuickLook.
You have to login (gh > login <user>
) before you can use the workflow. The login command opens a dialog box for the password. The workflow does not save the plain password, only a cookie for the login.
gh user/repo
gh user/repo #123
gh user/repo @branch
gh user/repo /path/to/file
gh user/repo admin
gh user/repo clone
gh user/repo graphs
gh user/repo issues
gh user/repo milestones
gh user/repo network
gh user/repo new issue
gh user/repo new pull
gh user/repo pulls
gh user/repo pulse
gh user/repo wiki
gh @user
gh @user contributions
gh @user repositories
gh @user activity
gh @user stars
gh my dashboard
gh my issues
gh my notifications
gh my profile
gh my pulls
gh my settings
gh my stars
gh > login <user>
gh > logout
gh > delete cache
gh > update
gh > activate autoupdate
gh > deactivate autoupdate