Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pr-view

Simple CLI to collect open pull requests from multiple GitHub repositories.

Usage

  • Add a repo (owner/repo):
pr-view add owner/repo
  • Add a specific PR:
pr-view add "<PR_URL>"
  • List open PRs across all configured repos:
pr-view list

Install

brew install mtintes/pr-view/pr-view

or

brew tap mtintes/pr-view 
brew install pr-view

Configuration

Repos are stored as JSON at ~/.configs/pr-view/repos.json.

Authentication

Set GITHUB_TOKEN environment variable for authenticated requests (higher rate limits):

export GITHUB_TOKEN=ghp_...

Build

make

About

show all your PRs for a repo or specific PRs

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages