#git #git-repository #cli #terminal

app git-biance

A small program that shows and visualizes code contributions in a git repository

1 unstable release

0.1.0 Feb 11, 2025

#1934 in Command line utilities

Download history 99/week @ 2025-02-11

99 downloads per month

GPL-3.0 license

22KB
373 lines

git-biance

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

⚠️*Do not* use it to harass your teammates⚠️
Commit graph Insertions / deletions graph
stats commits

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

Dependencies

~6–8MB
~134K SLoC