git-bars
git-bars copied to clipboard
A utility for visualising git commit activity as bars on the terminal
Apologies if this is opinionated, if so just disregard. I just found it hard to read when using the day view. So I did the following updates to my fork....
Hi, I just used this tool to plot nixos/nixpkgs by month and noticed that the output is not sorted as expected. Maybe you didn't notice, so I figured I report...
@knadh Thank you for this awesome tool. I was wondering if it would support showing the number of lines changed, like the `git log --stat` command shows: ``` 4 files...
Hey, I just tried git-bars, but unfortunately it returns following error on every try: ``` error running 'git log': 'z' is a bad directive in format '%Y-%m-%d %H:%M:%S %z' ```...
I added an optional positional argument so that users can point to repositories somewhere in the file system. In case no argument for a path to a repository is given,...