Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minoritea/ghrevchk
ghrevchk is a CLI tool that displays a list of Github review requests.
https://github.com/minoritea/ghrevchk
Last synced: 1 day ago
JSON representation
ghrevchk is a CLI tool that displays a list of Github review requests.
- Host: GitHub
- URL: https://github.com/minoritea/ghrevchk
- Owner: minoritea
- License: bsd-2-clause
- Created: 2024-04-17T02:13:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T07:43:06.000Z (9 months ago)
- Last Synced: 2024-11-12T10:18:30.385Z (2 months ago)
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ghrevchk
ghrevchk is a CLI tool that displays a list of Github review requests.# Install
__It depends [go language toolchain](https://go.dev/) to install__
```bash
go install github.com/minoritea/ghrevchk@latest
```# Usage
```bash
ghrevchk -user REVIEWER_NAME OWNER/REPO
# e.g., ghrevchk -user minoritea minoritea/ghrevchk
```