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_tokenis required and should be a personal access token that you create with the "repo" permissionglobalShortcutis an optional shortcut that you can provide to open jump (CommandOrControl+Jby default)githubEnterprise.hostandgithubEnterprise.pathPrefixmust be set when using Github Enterprise
