glex

0.2.0 • Public • Published

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.

/glex/

    Package Sidebar

    Install

    npm i glex

    Weekly Downloads

    1

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    3.74 kB

    Total Files

    4

    Last publish

    Collaborators

    • therealklanni