https://github.com/woodruffw/gh-prx
An express version of 'gh pr checkout'
https://github.com/woodruffw/gh-prx
gh-extension
Last synced: 3 months ago
JSON representation
An express version of 'gh pr checkout'
- Host: GitHub
- URL: https://github.com/woodruffw/gh-prx
- Owner: woodruffw
- License: mit
- Created: 2024-11-25T18:45:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T20:17:05.000Z (11 months ago)
- Last Synced: 2025-07-02T20:08:29.542Z (3 months ago)
- Topics: gh-extension
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-prx
Like `gh pr checkout`, but express.
## Demo

## Installation
`gh prx` needs [`gum`] or [`fzf`]. On macOS:
```bash
brew install fzf
# OR
brew install gum
```[`gum`]: https://github.com/charmbracelet/gum
[`fzf`]: https://github.com/junegunn/fzf
Then, install using `gh extension install`:
```bash
gh extension install woodruffw/gh-prx
```