Skip to content

brunokiafuka/gitbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitbar

gitbar is a lightweight macOS menu bar app that helps you keep up with GitHub work without living in the browser.

Open it from the menu bar and quickly check:

  • PRs you opened
  • PRs waiting for your review
  • issues assigned to you
  • a simple stats snapshot

Click any row and it opens on GitHub right away.

Screenshots

Mine Review Stats
Mine tab - your open pull requests Review tab - PRs awaiting your review Stats tab - KPI grid

Quick start

What you need

If you are building from source, also install Xcode Command Line Tools:

xcode-select --install

Install with Homebrew (recommended)

brew tap brunokiafuka/gitbar https://github.com/brunokiafuka/gitbar
brew install gitbar
gitbar

That is it. gitbar launches the app.

Install from source

git clone https://github.com/brunokiafuka/gitbar.git
cd gitbar
./install
open "$HOME/Applications/Gitbar.app"

The install script builds a release app and puts Gitbar.app in ~/Applications.

Authentication

Create a token

Classic token (fastest path):

Fine-grained token:

  • Open Create fine-grained token
  • Choose repository access
  • Set these permissions:
    • Pull requests: Read and write (merge)
    • Issues: Read
    • Metadata: Read
  • Paste token into Gitbar Settings

Roadmap

Current release is an MVP. Planned improvements:

  • merge and mark-ready actions in-app
  • failing CI section (check runs)
  • historical stats over time (instead of current snapshot only)

About

A lightweight macOS menu bar app that keeps your GitHub workflow in view: your PRs, review requests, assigned issues, and quick stats.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors