https://github.com/shric/prman
Lists github pull requests
https://github.com/shric/prman
cli github pull-requests
Last synced: 4 months ago
JSON representation
Lists github pull requests
- Host: GitHub
- URL: https://github.com/shric/prman
- Owner: shric
- Created: 2021-01-01T23:15:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T23:21:55.000Z (over 5 years ago)
- Last Synced: 2024-06-20T12:48:53.829Z (about 2 years ago)
- Topics: cli, github, pull-requests
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
2021-01-02: Status is pre-alpha. It works for me but was hacked up in an evening.
prman is an ugly but useful CLI tool. It lists all your PRs matching a search.
It shows the PR URL, the status, whether it has an approving reviewer, and
whether it's blocking on anything (e.g. CI/CD builds)
## Install
```shell
$ go get github.com/shric/prman/cmd/prman
```
## Run
```shell
$ prman 'author:shric is:open "some optional search string"'
```