biance(鞭策,biān cè,spur)is a small rust program that shows and visualizes code contributions in a git repository.
git biance --commits --plot |
git biance --stat --plot |
|---|---|
![]() |
![]() |
cargo install git-bianceUsage: 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

