| Crates.io | gitlocalstats |
| lib.rs | gitlocalstats |
| version | 0.1.5 |
| created_at | 2026-01-07 20:17:51.393561+00 |
| updated_at | 2026-01-18 03:22:21.574581+00 |
| description | A high-performance local contribution graph for Git and Jujutsu (jj) |
| homepage | |
| repository | https://github.com/jonaylor89/gitlocalstats |
| max_upload_size | |
| id | 2028952 |
| size | 321,557 |
A high-performance local contribution graph for Git and Jujutsu (jj), written in Rust. It scans your local repositories and visualizes your commit history over the last 6 months directly in the terminal.

Ensure you have Rust installed.
# Clone and build
git clone https://github.com/jonaylor89/gitlocalstats.git
cd gitlocalstats
cargo build --release
# Run
./target/release/gitlocalstats --folder ~/Repos
gitlocalstats --folder <PATH> --email <EMAIL>
--folder: The root directory to recursively scan for repositories.--email: Your email address to filter commits. Defaults to your global git config email.The app loads defaults from ~/.config/gitlocalstats/config:
folder=/Users/name/Repos
email=name@example.com
rayon.