This app shows all of your GitHub pull requests and issues across your different repositories, and even across the branches in those repos. Now with version 1.0, we support Mac, Linux and Windows builds, as well as in app updates.
To download, just go to the Releases tab and download the latest zip file.
- Displays all of your GitHub pull requests and issues, sorted by repo and branch
- You can also watch arbitrary repos on github
- Display pull request CI status, as well as the comment count
- Three types of display: Compact, Cozy (the default), and Comfortable
- Collapsible repos
- Peek collapsed repos without permanently expanding them
- Automatically link JIRA-style tickets to a JIRA server
- New Lexicon theme
- Updates can be automatically installed
Cozy | Compact | Comfortable |
---|---|---|
Configuration | Display Styles | Collapsed Repos |
This branch has changed to using Electron and Redux with React (using the Electon React Boilerplate setup).
To build locally, follow the following steps:
- Run
npm install
from the root of the project - Run
npm run dev
- Make your changes, and the app will update live
We use electron-builder to build the packages and installers for the different operating systems, and use electron-gh-releases to handle notifying users of an update.