mloberg / gh-prs

Interactive PR extension for GitHub CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Interactive PR extension for GitHub CLI

License:MIT License


Languages

Language:Shell 100.0%