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

Latest commit

 

History

History
28 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.08 KB

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"
    }
  }
}