Skip to content

gh-lspr is GitHub CLI extension to help you to check pull requests to which you need to respond.

License

Notifications You must be signed in to change notification settings

kentaro-m/gh-lspr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gh-lspr

gh lspr is GitHub CLI extension. It helps you to check pull requests which you need to respond.

Show pull request list

Installation

You need to install GitHub CLI before you can use this extension.

$ gh extension install kentaro-m/gh-lspr

Usage

  • gh lspr
    • Show pull request list (filter by review requested, created and mentioned)
  • gh lspr --review-requested ( gh lspr -rr )
    • Show pull request list which filter by review requested to others
  • gh lspr --reviewed ( gh lspr -r )
    • Show pull request list which filter by reviewed by me
  • gh lspr --created ( gh lspr -c )
    • Show pull request list which filter by created by myself
  • gh lspr --mentioned ( gh lspr -m )
    • Show pull request list which filter by mentioned to others

Options

  • -o, --org
    • Filter by organization name or user name
  • -l, --limit
    • Maximum number of items to fetch (default 10)
  • -h, --help
    • Show help

Licence

MIT

About

gh-lspr is GitHub CLI extension to help you to check pull requests to which you need to respond.

Topics

Resources

License

Stars

Watchers

Forks

Languages