Skip to content
/ prpeek Public

Show status of relevant GitHub pull requests live

Notifications You must be signed in to change notification settings

balfons/prpeek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prpeek 👀

Show status of relevant GitHub pull requests live

Example screenshot

Installation

Install with Homebrew:

brew tap balfons/prpeek && brew install prpeek

Usage

Example

prpeek --repos balfons/prpeek,oven-sh/bun --sound --interval 20 --labels bug,feature --involved

Options

  -r, --repos <repos>        Repositories to target: OWNER/REPO
  -i, --interval <interval>  Update interval in seconds (default: "15")
  -s, --sound                Sound when a new PR is added (default: false)
  --involved                 Show additional PRs where you are involved (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

./prpeek --repos <owner>/<repository> --sound --interval 15 --labels bug,feature --involved