Skip to content

konradmichalik/devcap-app

Repository files navigation

devcap.app logo

Native macOS menubar app for devcap — shows your daily git commits at a glance without leaving the keyboard.

Scans a directory tree for git repos in parallel via the same Rust core, and renders a collapsible Project > Branch > Commits tree directly in your menubar.

screenshot.jpg

✨ Features

  • Menubar-native — lives in the system menubar, no Dock icon
  • Collapsible tree — drill down through projects, branches, and commits
  • Conventional commit highlighting — color-coded type tags (feat, fix, refactor, ...)
  • Flexible time periods — Today, Yesterday, This Week, Last 7 Days
  • Auto-refresh — configurable interval (5 / 15 / 30 minutes)
  • Copy commit hash — right-click any commit to copy its hash to the clipboard
  • Parallel scanning — powered by rayon via devcap-core

Note

Requires git on $PATH. Author defaults to git config --global user.name.

🔥 Installation

Homebrew (macOS)

brew install --cask konradmichalik/tap/devcap-app

To update to the latest version:

brew upgrade --cask konradmichalik/tap/devcap-app

Download

Grab the latest .dmg from Releases, open it, and drag the app to Applications.

Tip

Want to build from source? See docs/DEVELOPMENT.md.

📜 License

MIT

About

⏱️ MacOS menubar app for devcap — aggregate git commits for daily standups

Resources

License

Stars

Watchers

Forks

Contributors