git-biance 0.1.0

A small program that shows and visualizes code contributions in a git repository.
# git-biance

biance(鞭策,biān cè,spur)is a small rust program that shows and visualizes code contributions in a git repository.

<div align="center">⚠️*Do not* use it to harass your teammates⚠️</div>

|                                       Commit graph                                        |                                Insertions / deletions graph                                 |
| :---------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------: |
| ![stats]https://github.com/user-attachments/assets/23c69509-fd12-42bc-8b46-9aa9ffe08543 | ![commits]https://github.com/user-attachments/assets/6fdcb9cd-44aa-4918-b8dd-6d3a27b850bd |

## Usage

```
Usage: git-biance [OPTIONS] [AUTHOR]

Arguments:
  [AUTHOR]  Specify certain author

Options:
  -s, --stat            Show total insertions and deletions
  -c, --commits         Show total commits
  -p, --plot            Visualize contributions with a graph
  -f, --file <FILE>...  Show insertions and deletions on single file
  -h, --help            Print help
  -V, --version         Print version
```