Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```