8000 GitHub - balfons/gh-prpeek: 👀 Show status of relevant GitHub pull requests live
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

balfons/gh-prpeek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prpeek 👀

Show status of relevant GitHub pull requests live

Example screenshot

Installation

  1. Install GitHub CLI: https://cli.github.com/
  2. Install prpeek as a GitHub CLI extension:
gh extension install balfons/gh-prpeek

Update

gh extension upgrade balfons/gh-prpeek

Usage

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

Develop

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

About

👀 Show status of relevant GitHub pull requests live

Topics

Resources

Stars

Watchers

Forks

0