https://github.com/jaandrle/gh-compare
GitHub cli extension to quickly navigate to the compare url.
https://github.com/jaandrle/gh-compare
bash cli gh-extension github
Last synced: about 2 months ago
JSON representation
GitHub cli extension to quickly navigate to the compare url.
- Host: GitHub
- URL: https://github.com/jaandrle/gh-compare
- Owner: jaandrle
- License: mit
- Created: 2023-03-24T11:15:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T11:19:33.000Z (over 3 years ago)
- Last Synced: 2025-04-01T18:13:19.687Z (about 1 year ago)
- Topics: bash, cli, gh-extension, github
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-compare
GitHub cli extension to quickly navigate to the compare url such as [`HEAD~1...main`](../../compare/HEAD~1...main).
ℹ️ contributions welcomed
## Installation
Make sure you have at least version 2 of the [GitHub CLI](https://cli.github.com/) installed.
Install this extension with:
```bash
gh extension install jaandrle/gh-compare
```
## Synopsis
See [gh-compare (line 6)](./gh-compare#L6).