Show status of relevant GitHub pull requests live
- Install GitHub CLI: https://cli.github.com/
- Install prpeek as a GitHub CLI extension:
gh extension install balfons/gh-prpeek
gh extension upgrade balfons/gh-prpeek
Example
gh prpeek --repos balfons/gh-prpeek,oven-sh/bun --notify --interval 20 --labels bug,feature --reviewed --mentioned
Options
-r, --repos <repos> Repositories to target: OWNER/REPO
-i, --interval <interval> Update interval in seconds (default: "15")
-n, --notify Notification when a new PR is added or when one of your PRs becomes mergable (default: false)
--reviewed Show PRs that you have reviewed (default: false)
--mentioned Show PRs that mentions you (default: false)
--hide-checks Hide result of failing individual checks (default: false)
-l, --labels <items> Only show pull requests that needs review from you with any of the specified labels
-h, --help display help for command
-V, --version output the version number
Install dependencies
bun install
To run
bun start --repos <owner>/<repository>
To compile
bun compile
Run compiled executable
./dist/gh-prpeek --repos <owner>/<repository> --notify --interval 15 --labels bug,feature --reviewed