Simple CLI to collect open pull requests from multiple GitHub repositories.
- 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 listbrew install mtintes/pr-view/pr-viewor
brew tap mtintes/pr-view
brew install pr-viewRepos are stored as JSON at ~/.configs/pr-view/repos.json.
Set GITHUB_TOKEN environment variable for authenticated requests (higher rate limits):
export GITHUB_TOKEN=ghp_...Build
make