A fast, beautiful CLI tool for analyzing Git repository activity.
- 📊 Commit Analytics - Track commits, contributors, and activity patterns
- 🎨 Multiple Formats - Output as Table, JSON, or Markdown
- 📅 Timeline View - Visualize activity over time
- 👥 Contributor Stats - See who contributes what
- 🚀 Fast - Written in Python with performance in mind
- 🧪 Tested - Comprehensive test suite with pytest
pip install gitpulse# Analyze current directory
gitpulse
# Analyze specific repo
gitpulse /path/to/repo
# Output as JSON
gitpulse --format json
# Show timeline
gitpulse --timeline- ROADMAP - Future plans and features
- Architecture - Design decisions
- API Docs - Internal API reference
See CONTRIBUTING.md for guidelines.
MIT License - see LICENSE