gh cli extension to display a dashboard or pull requests by filters you care about.
-
Install gh cli - see the installation instructions
-
Install this extension:
gh extension install dlvhdr/gh-prsConfiguration is done in the sections.yml file under the extension's directory.
Each section is defined by a top level array item and has the following properies:
- title - shown in the TUI
- repos - a list of repos to enumerate
- filters - how the repo's PRs should be filtered - these are plain github filters
Example sections.yml file:
- title: My Pull Requests
repos:
- dlvhdr/gh-prs
filters: author:@me
- title: Needs My Review
repos:
- dlvhdr/gh-prs
filters: assignee:@me
- title: Subscribed
repos:
- cli/cli
- charmbracelet/glamour
- charmbracelet/lipgloss
filters: -author:@meRun:
gh prsThen press ? for help.
Dolev Hadar dolevc2@gmail.com