| Crates.io | git-contribution-analyzer |
| lib.rs | git-contribution-analyzer |
| version | 0.1.0 |
| created_at | 2025-05-12 23:41:53.852311+00 |
| updated_at | 2025-05-12 23:41:53.852311+00 |
| description | A TUI-based tool for analyzing git repository contributions with detailed statistics |
| homepage | |
| repository | https://github.com/yourusername/git-contribution-analyzer |
| max_upload_size | |
| id | 1671221 |
| size | 62,897 |
A TUI-based tool written in Rust for analyzing git repository contributions.
Clone the repository:
git clone https://github.com/yourusername/git-contribution-analyzer.git
cd git-contribution-analyzer
Build the project:
cargo build --release
The binary will be available at target/release/git-contribution-analyzer
### From Local Build
```bash
cargo install --path .
git-contribution-analyzer --path /path/to/your/git/repository
USAGE:
git-contribution-analyzer [OPTIONS] --path <PATH>
OPTIONS:
-h, --help Print help information
-p, --path <PATH> Path to the git repository to analyze
-o, --output <PATH> Optional: Export results to specified file (JSON format)
-V, --version Print version information
↑/↓ : Navigate through contributor listEnter : View detailed stats for selected contributorq : Quit the application? : Show help dialog