Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mloberg/gh-view

GitHub CLI extension to view the current branch's PR
https://github.com/mloberg/gh-view

gh-extension

Last synced: 9 days ago
JSON representation

GitHub CLI extension to view the current branch's PR

Awesome Lists containing this project

README

        

# `gh view` GitHub CLI Extension

An extension for [GitHub CLI](https://cli.github.com/) that opens the current PR
in your browser.

## Installation

gh extension install mloberg/gh-view

## Usage

gh view

If the current branch is a PR, it will open that.

If there is no PR for the branch, it will instead open the branch. You can also
view a file in the current branch by passing the filename (and optional line).

gh view main.go
gh view main.go:312