Interactive
git log
explorer usingfzf
CURL:
curl -o /usr/local/bin/glex https://git.io/glex && chmod 755 /usr/local/bin/glex
npm:
npm install -g glex
$ 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
gsex - g(it) s(tash) ex(plorer)
gdex - g(it) d(iff) ex(plorer)
MIT © Kevin Lanni
Modified from original work by bturrubiates.