git-heatmap
git-heatmap copied to clipboard
:bar_chart: Display a heatmap for oft-edited files
In my codebase I have a monorepo which means that some of the files are nested pretty deep. This means the paths are quite long, it would be great if...
Running through your CR tutorial and running the command `git heatmap --width 25 --filter 'grep src | grep "\.js"'`, as well as just `git heatmap` by itself. Problem is, when...
Since the screenshot is only needed for the README, it would be IMO better to store it in a separate branch and not ship it with each release. Here is...
It would be good to have a new tagged release that incorporates the recent updates.
With this new parameter will be possible to filter since which date the heatmap will be analysed.
I know this isnt on the correct repo, but as issues are disabled there... Just a heads up that the jez/bars package that heatmap requires is installed with CRLF line...
I get an error of "no data" when running `grep` to match against a path name: ``` $ git heatmap -b main --filter 'grep "src"' No data. Provide data on...
I choose to install `cargo install --git https://github.com/jez/barchart.git`. Running `git heatmap` then results in > /opt/homebrew/bin/git-heatmap: line 95: bars: command not found Additionally installing the javascript package works. The error...