Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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'

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