| Crates.io | git-footprint |
| lib.rs | git-footprint |
| version | 0.1.0 |
| created_at | 2025-10-01 06:29:15.70782+00 |
| updated_at | 2025-10-01 06:29:15.70782+00 |
| description | A CLI tool for counting git repository contribution |
| homepage | https://github.com/mengqiuleo/git-footprint |
| repository | https://github.com/mengqiuleo/git-footprint |
| max_upload_size | |
| id | 1862194 |
| size | 149,210 |
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 your@email.com --path ~/your/code/dir
git-footprint --email your@email.com --path ~/your/code/dir --year 2025