Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kentaro-m/gh-lspr
gh-lspr is GitHub CLI extension to help you to check pull requests to which you need to respond.
https://github.com/kentaro-m/gh-lspr
gh-extension
Last synced: 3 months ago
JSON representation
gh-lspr is GitHub CLI extension to help you to check pull requests to which you need to respond.
- Host: GitHub
- URL: https://github.com/kentaro-m/gh-lspr
- Owner: kentaro-m
- License: mit
- Created: 2021-10-25T16:19:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-17T15:47:45.000Z (about 3 years ago)
- Last Synced: 2024-10-10T21:19:02.686Z (4 months ago)
- Topics: gh-extension
- Language: Shell
- Homepage:
- Size: 603 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - kentaro-m/gh-lspr - gh-lspr is GitHub CLI extension to help you to check pull requests to which you need to respond. (Shell)
README
# gh-lspr
`gh lspr` is GitHub CLI extension. It helps you to check pull requests which you need to respond.![Show pull request list](./demo.gif)
## Installation
You need to install [GitHub CLI](https://github.com/cli/cli#installation) before you can use this extension.```shell
$ 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