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.
- 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.
brew install --cask konradmichalik/tap/devcap-appTo update to the latest version:
brew upgrade --cask konradmichalik/tap/devcap-appGrab the latest .dmg from Releases, open it, and drag the app to Applications.
Tip
Want to build from source? See docs/DEVELOPMENT.md.
MIT
