We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ca8d2 commit d54170cCopy full SHA for d54170c
readme.md
@@ -17,6 +17,22 @@ You can also add an `Open in Git History` button to GitHub with the [Chrome](htt
17
18
> Follow [@pomber](https://twitter.com/pomber) for updates
19
20
+## [CLI](https://github.com/pomber/git-history/tree/master/cli)
21
+There's also a command line version of Git History that works with any local git repo:
22
+
23
+> You need [node](https://nodejs.org/en/) to run this
24
25
+```bash
26
+$ npx git-file-history path/to/file.ext
27
+```
28
29
+or
30
31
32
+$ npm install -g git-file-history
33
+$ git-file-history path/to/file.ext
34
35
36
## License
37
38
MIT
0 commit comments