git-activity

Record and show your Git activity across multiple (or all) repos, optionally filtered
null

Tech: Bash, Git, VitePress, TypeScript, GitHub

Developed primarily in 2024

Links:

Record and show your Git activity across multiple (or all) repos, optionally filtered by date, activity type (e.g. commit, branch creation, etc) regex pattern, repo name regex pattern, branch name regex pattern, commit message regex pattern, and/or commit SHA (first seven characters) regex pattern.

It’s sort of like a global git log where you control which repos are watched and what types of activity are recorded.

Useful for

  • retroactively filling out a time sheet, or correcting a time sheet when you realize you left one timer running all day

  • answering a weekly department “What projects did you work on last week and what did you do on them?” prompt

  • finding that time you solved a problem similar to the one you’re working on.