1 pointby sburl5 hours ago1 comment
  • sburl5 hours ago
    I work across quite a few repos and got tired of constantly checking GitHub to see how things were progressing. I built PRBar to get this information at a glance with quick links to the website. It also shows the number of branches and worktrees each repo has.

    This works for all public GitHub repos and borrows your gh CLI token for private ones.

    Install (macOS 14+, Xcode CLT, `gh auth login`):

        curl -fsSL https://raw.githubusercontent.com/sburl/prBar/main/install.sh | bash
    
    You pick the repos (add/remove/reorder). Dependabot PRs are listed under their own header. Refresh defaults to 2 minutes.