Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

dropseed/jump

Repository files navigation

icon jump [pre-release]

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.

Download the latest release

jump preview

Configuration

You need a ~/.jump.json config file that looks like this:

{
  "config": {
    "github_access_token": "youraccesstokenhere",
    "globalShortcut": "Command+J",
    "githubEnterprise": {
      "host": "optional",
      "pathPrefix": "optional"
    }
  }
}