ghmenu
v1.2.0
Published
dmenu-based GitHub launcher
Maintainers
Readme
ghmenu
Navigate to a GitHub repo, issue, or pull request via dmenu

Installation
This package is published via npm and requires Node >=10
Install globally with your node package manager of choice
e.g.
$ npm install -g ghmenu
$ yarn global add ghmenuUsage
ghmenu requires a GitHub personal access token with repo access to be stored via pass as tokens/github/repo. This prevents the need to keep it hanging around on your machine as an environment variable, or otherwise insecurely stored.
If you've never used pass before, install and initialize it first as described in here, then generate your token, and store it as such...
$ pass insert tokens/github/repoNow you may call ghmenu from the terminal, although you probably want to bind it to a hotkey. Using i3, you may add the following line to your ~/.config/i3/config file...
bindsym $mod+g exec --no-startup-id ghmenuTroubleshooting
Make sure you have Node >=10 installed and available from the environment that ghmenu is being invoked from. If you use
n,nvm, or some other Node version manager, thenodebin may not exist outside of your shellEnsure your node package manager's global bin directory has been added to the PATH. You may wish to use
$(npm bin -g)/ghmenuor$(yarn global bin)/ghmenuin your i3 (or wherever) config
