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 2 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T23:30:29.000Z (over 5 years ago)
- Last Synced: 2025-05-15T13:14:34.128Z (about 1 year 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: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-phoenix - gdex - g(it) d(iff) ex(plorer) - Interactive branch compare (Homegrown Open-Source Software)
README
# g(it) d(iff) ex(plorer) 
> Interactive `git diff` (branch compare) using [`fzf`](https://github.com/junegunn/fzf)

## 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).