A CLI tool for counting git repository contribution.

cargo install git-footprint
git-footprint --help
A CLI tool for counting git repository contribution
Usage: git-footprint --email <EMAIL> [OPTIONS]
Options:
-e, --email <EMAIL> Git user email to filter commits
-p, --path <PATH> Directory to scan for Git repositories [default: .]
-y, --year <YEAR> Year to analyze (e.g., 2024), defaults to current year
git-footprint --email [email protected] --path ~/your/code/dir
git-footprint --email [email protected] --path ~/your/code/dir --year 2025
- License: MIT