kyanny / gh-browse-compare

A `gh` extension to aim to be a replacement of `hub compare`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gh-browse-compare

A gh extension to aim to be a replacement of hub compare.

Installation

$ gh extension install kyanny/gh-browse-compare

Usage

$ gh browse-compare v1.0.0..main
$ gh browse-compare v1.0.0...main

You may want to add an alias.

$ gh alias set compare 'browse-compare'

This extension is an experimental implementation, so that it does not validate the command line argument and error handling is rough.

I created this extension rather than directly contributing to cli/cli to close cli/cli#4433 because I need to comply with this guidance. If I get a positive feedback, I am happy to submit a pull request to cli/cli.

About

A `gh` extension to aim to be a replacement of `hub compare`.

License:MIT License


Languages

Language:Go 100.0%