0.2.0 • Published 6 years ago

glex v0.2.0

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

g(it) l(og) ex(plorer)

Interactive git log explorer using fzf

demo

Installation

CURL:

curl -o /usr/local/bin/glex https://git.io/glex && chmod 755 /usr/local/bin/glex

npm:

npm install -g glex

Usage

$ glex [<options>]

Type to fuzzy-search logs.

Keys:

  • up/down: navigate (click line also works)
  • ctrl-b: create a branch from selected git hash
  • enter: view full diff (less)
  • esc: exit glex

Related tools

gsex - g(it) s(tash) ex(plorer)

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

License

MIT © Kevin Lanni

Modified from original work by bturrubiates.