glex
v0.2.0
Published
(g)it (l)og (ex)plorer
Downloads
8
Readme
g(it) l(og) ex(plorer)
Interactive
git log
explorer usingfzf
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.