这是indexloc提供的服务,不要输入任何密码
Skip to content
forked from dlvhdr/gh-dash

gh cli extension to display a dashboard of PRs and issues - configurable with a beautiful UI.

License

Notifications You must be signed in to change notification settings

neersighted/gh-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-prs

gh cli extension to display a dashboard or pull requests by filters you care about.

demo

Installation

  1. Install gh cli - see the installation instructions

  2. Install this extension:

gh extension install dlvhdr/gh-prs

Configuring

Configuration 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:@me

Usage

Run:

gh prs

Then press ? for help.

Author

Dolev Hadar dolevc2@gmail.com

About

gh cli extension to display a dashboard of PRs and issues - configurable with a beautiful UI.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.2%
  • Shell 0.8%