git-footprint

Crates.iogit-footprint
lib.rsgit-footprint
version0.1.0
created_at2025-10-01 06:29:15.70782+00
updated_at2025-10-01 06:29:15.70782+00
descriptionA CLI tool for counting git repository contribution
homepagehttps://github.com/mengqiuleo/git-footprint
repositoryhttps://github.com/mengqiuleo/git-footprint
max_upload_size
id1862194
size149,210
xiaoy (mengqiuleo)

documentation

README

git-footprint

A CLI tool for counting git repository contribution. image

Installation

cargo install git-footprint

Usage

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

Example

git-footprint --email your@email.com --path ~/your/code/dir

git-footprint --email your@email.com --path ~/your/code/dir --year 2025

License

Commit count: 0

cargo fmt