Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mloberg/gh-prs
Interactive PR extension for GitHub CLI
https://github.com/mloberg/gh-prs
gh-extension
Last synced: about 2 months ago
JSON representation
Interactive PR extension for GitHub CLI
- Host: GitHub
- URL: https://github.com/mloberg/gh-prs
- Owner: mloberg
- License: mit
- Created: 2021-09-10T13:27:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T15:38:14.000Z (11 months ago)
- Last Synced: 2024-02-05T16:53:46.088Z (11 months ago)
- Topics: gh-extension
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `gh prs` GitHub CLI Extension
An extension for [GitHub CLI](https://cli.github.com/) that allows you to list
and checkout pull requests.## Installation
gh extension install mloberg/gh-prs
To use this, you will need [fzf](https://github.com/junegunn/fzf#readme). To
intall with Homebrew:brew install fzf
## Usage
gh prs
Selecting a PR will check out the PR.
You can also list PRs without an interactive prompt with the `--static` flag.
gh prs --static