gdex
v0.2.0
Published
(g)it (d)iff (ex)plorer
Downloads
7
Readme
g(it) d(iff) ex(plorer)
Interactive
git diff
(branch compare) usingfzf
Installation
CURL:
curl -o /usr/local/bin/gdex https://git.io/gdex && chmod 755 /usr/local/bin/gdex
npm:
npm install -g gdex
Usage
$ gdex [<branch1> <branch2>]
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 - g(it) s(tash) ex(plorer)
glex - g(it) l(og) ex(plorer)
License
MIT © Kevin Lanni
Modified from original work by bturrubiates.