| Crates.io | git-insights |
| lib.rs | git-insights |
| version | 0.0.5-rc.2 |
| created_at | 2025-09-20 04:31:28.870331+00 |
| updated_at | 2025-10-04 21:49:45.140045+00 |
| description | A CLI tool to generate Git repo stats and insights. |
| homepage | |
| repository | https://github.com/Magnus167/git-insights |
| max_upload_size | |
| id | 1847394 |
| size | 198,074 |
A cli tool to generate Git repo stats and insights.
--top N, --sort loc|pct and --by-email (default matches by name)"Name <email>"cargo install git-insights
cargo install --git https://github.com/Magnus167/git-insights.git
git clone https://github.com/Magnus167/git-insights.git
cd git-insights
cargo install --path .
This project provides an optional Python package built with maturin/pyo3. Requirements:
pip install maturinInstall the Python package:
pip install .
Alternatively for local dev:
maturin develop --features python
python -m git_insights --help
git-insights --help
git-insights provides several commands to analyze your repository.
To see the available commands and options, run:
git-insights --help
MIT License. See LICENSE file for details.