0.2.0 • Published 6 years ago

gdex v0.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

g(it) d(iff) ex(plorer)

Interactive git diff (branch compare) using fzf

demo

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.