这是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

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-prs

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

demo

Comes with 3 default sections:

  • My Pull Requests
  • Needs My Review
  • Subscribed

Installation

  1. Install gh cli:
brew install gh
  1. Install this extension:
gh extension install dlvhdr/gh-prs

Configuring

Configuration is done in the sections.yml file under the extension's directory.

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


### 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%