Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

git-summary

CLI tool that prints a summary of git activity across your repositories. Scans common project directories and shows commits, file changes, and branches for the last N days.

Install

npm install -g git-summary

Usage

# Show last 7 days (default)
git-summary

# Show last 30 days
git-summary 30

# Show last day
git-summary 1

Example Output

  Git Summary — Last 7 Days

  ────────────────────────────────────────────────────────────
  my-project                ██████████████ 14 commits, 23 files
  api-server                ██████ 6 commits, 8 files
  dotfiles                  ██ 2 commits, 1 files
  ────────────────────────────────────────────────────────────
  3 repos  |  22 total commits  |  32 files changed

How It Works

Scans ~/projects/, ~/dev/, ~/code/, ~/workspace/, ~/src/, and the current directory for git repositories. For each repo, it queries:

  • Current branch
  • Commit count by you in the time window
  • Files changed
  • Diff summary

License

MIT

About

CLI tool that prints a summary of git activity across your repositories

Resources

Stars

12 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages