@nu0ma/pr-watcher
v0.1.7
Published
Terminal dashboard for monitoring GitHub pull requests
Maintainers
Readme
pr-watcher
A CLI dashboard for real-time monitoring of GitHub PR status in your terminal.
Displays your created PRs, review requests, and items requiring action at a glance.

Prerequisites
- GitHub CLI (
gh) installed and authenticated
gh auth status # Check authentication statusInstallation
# bun
bun add -g @nu0ma/pr-watcher
# npm
npm install -g @nu0ma/pr-watcherOr run directly without installing:
# bun
bunx @nu0ma/pr-watcher
# npm
npx @nu0ma/pr-watcherUsage
pr-watcherOptions
| Flag | Description | Default |
|---|---|---|
| --interval, -i | Auto-refresh interval (minutes) | 10 |
# Refresh every 5 minutes
pr-watcher --interval 5
pr-watcher -i 5Development
bun install
bun run devKey Bindings
| Key | Action |
|---|---|
| r | Manually trigger an immediate refresh |
| q / Ctrl+C | Quit |
Display
- My PRs — Your open PRs (with review status and comment count)
- Review Requests — PRs where your review is requested
- Action Required — PRs with unread notifications (new comments, review requests, etc.)
