A MacOS app built with Electron that gives you a global Cmd+J
shortcut to open a repo jump-menu. The repo then opens in your browser.
You need a ~/.jump.json
config file that looks like this:
{
"config": {
"github_access_token": "youraccesstokenhere",
"globalShortcut": "Command+J",
"githubEnterprise": {
"host": "optional",
"pathPrefix": "optional"
}
}
}
github_access_token
is required and should be a personal access token that you create with the "repo" permissionglobalShortcut
is an optional shortcut that you can provide to open jump (CommandOrControl+J
by default)githubEnterprise.host
andgithubEnterprise.pathPrefix
must be set when using Github Enterprise