Beautiful git statistics in your terminal
- 📈 Commit statistics at a glance
- 🗓️ Activity heatmap by day of week
- ⏰ Peak coding hours analysis
- 🔥 Commit streaks tracking
- 👥 Contributor insights
- 🎨 Beautiful terminal output
- 📤 JSON output for scripting
pip install gitstatsOr install from source:
git clone https://github.com/mloncarevich/gitstats.git
cd gitstats
pip install -e .# Show stats for current directory
gitstats stats
# Show stats for a specific repo
gitstats stats /path/to/repo
# Output as JSON (for scripting)
gitstats stats --json# Clone the repo
git clone https://github.com/mloncarevich/gitstats.git
cd gitstats
# Create virtual environment
python -m venv .venv
source .venv/bin/activate
# Install in development mode
pip install -e .MIT License - see LICENSE for details.