#git-commit #git

app git-contributors

View commit histograms in your terminal

1 unstable release

Uses new Rust 2024

0.1.0 Mar 8, 2026

#371 in Visualization

Custom license

230KB
689 lines

git-contributors

This is a simple git subcommand to visualize author activity over time as a histogram in the terminal, like the "Contributors" view in GitHub Insights.

Example graph

Install

Homebrew:

brew install basictofu/tap/git-contributors

Then you show be able to run "git contributors" from within any git repo.

Development

See make install for testing on local machine.

As long as the executable is placed on the path, git should pick it up as a new subcommand.

To test everything:

make test

Dependencies

~12–19MB
~360K SLoC