git-history/cli
2019-02-17 21:55:40 -03:00
..
.gitignore Add cli folder 2019-02-09 23:21:05 -03:00
cli.js Add cli api 2019-02-17 21:55:40 -03:00
git.js Small fixes 2019-02-14 14:19:50 -03:00
new-server.js Add cli api 2019-02-17 21:55:40 -03:00
package-lock.json Bump extension version 2019-02-14 15:53:50 -03:00
package.json Add cli api 2019-02-17 21:55:40 -03:00
readme.md Add gif 2019-02-11 00:20:10 -03:00
server.js Inject commits 2019-02-14 01:05:16 -03:00
todo.md Add cli api 2019-02-17 21:55:40 -03:00
yarn.lock Add cli api 2019-02-17 21:55:40 -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