View Project
🕰️ An elegant and powerful CLI tool for visualizing git repository history with real-time analysis and beautiful formatting.
152+ downloads within 12 hours (Even I'm shocked)
🎨 Beautiful new interface with interactive menus
📊 Enhanced repository analytics
🔍 Detailed contributor insights
📈 Code change statistics
🌳 Comprehensive branch analysis
⚡ Improved performance
npx git-time-machine https://github.com/username/repository
Or install globally:
npm install -g git-time-machine git-time-machine https://github.com/username/repository
Total commit count
Recent activity analysis
File change statistics
Current branch status
Detailed commit history
Commit patterns
Author contributions
Time-based insights
Complete branch listing
Branch comparison
Active branch details
Most active files
Change frequency
Impact analysis
File modification stats
Contribution leaderboard
Author activity
Time-based metrics
Analyze last 60 days:
git-time-machine https://github.com/username/repo -d 60
Analyze specific branch:
git-time-machine https://github.com/username/repo -b develop
Filter by author:
git-time-machine https://github.com/username/repo -a "[email protected]"