Skip to content
 
 

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📊 gitstats

Beautiful git statistics in your terminal

CI Python License: MIT

✨ Features

  • 📈 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

🚀 Installation

pip install gitstats

Or install from source:

git clone https://github.com/mloncarevich/gitstats.git
cd gitstats
pip install -e .

📖 Usage

# 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

🛠️ Development

# 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 .

📝 License

MIT License - see LICENSE for details.

About

Git repository statistics in your terminal

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages