Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woodruffw/gh-prx
An express version of 'gh pr checkout'
https://github.com/woodruffw/gh-prx
gh-extension
Last synced: 20 days 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-25T20:17:05.000Z (about 1 month ago)
- Last Synced: 2024-12-19T10:17:29.199Z (20 days 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
![Demo of `gh prx`](https://github.com/user-attachments/assets/d32ce788-0b02-420d-bd2b-3cd376dd9641)
## 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
```