git-history/cli
Rodrigo Pombo 5dab432173 Bump cli
2019-02-19 16:06:29 -03:00
..
.gitignore Add cli folder 2019-02-09 23:21:05 -03:00
cli.js Use cli provider 2019-02-18 00:52:09 -03:00
git.js Add pagination 2019-02-18 16:06:59 -03:00
package-lock.json Bump extension version 2019-02-14 15:53:50 -03:00
package.json Bump cli 2019-02-19 16:06:29 -03:00
readme.md Add gif 2019-02-11 00:20:10 -03:00
server.js Use cli provider 2019-02-18 00:52:09 -03:00
yarn.lock Add provider switch 2019-02-18 01:28:10 -03:00

demo

Git History CLI

Quickly browse the history of a file from any git repository.

You need node to run this

$ npx git-file-history path/to/file.ext

or

$ npm install -g git-file-history
$ git-file-history path/to/file.ext