https://github.com/mskelton/prs
Better version of gh pr list
https://github.com/mskelton/prs
github-cli
Last synced: 2 months ago
JSON representation
Better version of gh pr list
- Host: GitHub
- URL: https://github.com/mskelton/prs
- Owner: mskelton
- License: isc
- Created: 2024-11-13T13:21:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T17:21:50.000Z (about 1 year ago)
- Last Synced: 2025-02-24T20:40:09.556Z (10 months ago)
- Topics: github-cli
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prs
Better version of gh pr list
## Installation
You can install `prs` by running the install script which will download
the [latest release](https://github.com/mskelton/prs/releases/latest).
```bash
curl -LSfs https://go.mskelton.dev/prs/install | sh
```
Or you can build from source.
```bash
git clone git@github.com:mskelton/prs.git
cd prs
go install .
```
## Usage
All flags passed to `prs` will be passed through to the underlying `gh pr list`
command.
```bash
prs
prs -R mskelton/prs
```