GitHub CLI tool that shows which PRs that are actually waiting on you. That's it.
Designed to be easily used for embedded low-power displays, or your shell initialization.
go install github.com/codeGROOVE-dev/prs@latestTo verify that your gh command is authenticated properly:
gh auth status || gh auth login
prs # PRs you're involved with
prs --blocked # Only PRs waiting for you
prs --include-stale # Include ancient PRs
prs --watch # Live updates
prs --exclude-orgs google # Skip an organization (comma-separated)Colors disabled with NO_COLOR=1.
Due to GitHub webhook limitations, real-time updates are only available for GitHub orgs that install the Ready to Review GitHub app.
Without the app, PRs are updated every minute, which should be enough for anyone TBH.
Prefer a menu-bar UI? Check out https://github.com/codeGROOVE-dev/goose

