Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therealklanni/gdex
gdex — g(it) d(iff) ex(plorer) — Interactive branch compare
https://github.com/therealklanni/gdex
bash cli command-line command-line-tool fzf fzf-scripts git git-diff
Last synced: about 1 month ago
JSON representation
gdex — g(it) d(iff) ex(plorer) — Interactive branch compare
- Host: GitHub
- URL: https://github.com/therealklanni/gdex
- Owner: therealklanni
- License: mit
- Created: 2018-06-08T22:36:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T23:30:29.000Z (over 4 years ago)
- Last Synced: 2024-11-15T13:42:17.710Z (about 2 months ago)
- Topics: bash, cli, command-line, command-line-tool, fzf, fzf-scripts, git, git-diff
- Language: Shell
- Homepage: https://npmjs.com/gdex
- Size: 313 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# g(it) d(iff) ex(plorer) ![](https://img.shields.io/npm/dt/glex?logo=npm)
> Interactive `git diff` (branch compare) using [`fzf`](https://github.com/junegunn/fzf)
![demo](demo.gif)
## Installation
CURL:
```sh
curl -o /usr/local/bin/gdex https://git.io/gdex && chmod 755 /usr/local/bin/gdex
```npm:
```sh
npm install -g gdex
```## Usage
```sh
$ gdex [ ]
```Type to fuzzy-search branches to compare.
Keys:
- **up/down**: navigate (click line also works)
- **enter**: select branch / view full diff (less)
- **esc**: exit gdex## Related tools
[gsex](https://github.com/therealklanni/gsex) - g(it) s(tash) ex(plorer)
[glex](https://github.com/therealklanni/glex) - g(it) l(og) ex(plorer)
## License
MIT © Kevin Lanni
Modified from original work by [bturrubiates](https://github.com/bturrubiates/fzf-scripts).