gdex

0.2.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i gdex

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

3.17 kB

Total Files

4

Last publish

Collaborators

  • therealklanni