Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 481 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 481 Bytes

gh prs GitHub CLI Extension

An extension for GitHub CLI that allows you to list and checkout pull requests.

Installation

gh extension install mloberg/gh-prs

To use this, you will need fzf. 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