consta 0.6.0

Git contribution statistics tool
Documentation

Contribution Statistics

CLI tool to get git contribution statistics for multiple repos. The project was born from the desire to track this stats for non-github/gitlab projects.

output.png grid.png

Usage

  • Recommended to run from Git Bash

If you have cargo installed:

cargo run "C:\projects\ide-inspect-fix" "C:\projects\ide-inspect" "C:\updated\analysis-graphs" --author "00642383" --since "2025-12-20" --until "2025-12-29
" --breakdown

If you don't have cargo installed, use latest release for your platform from releases page

CLI arguments:

  • author <string> : Filter commits by author name or email
  • since <date> : Show commits after this date (e.g. 2026-01-01)
  • until <date> : Show commits before this date
  • breakdown : Show commit breakdown
  • grid <year> : Show activity grid for a specific year
  • recursive [] : Discover repos in subdirectories (default depth = 3)