@ngockhoi96/gohome
v1.3.0
Published
A fast, configurable Git standup & activity reporting CLI with modern Cobra/Viper framework
Maintainers
Readme
gohome
A fast, configurable Git standup & activity reporting CLI written in Go.
Installation
npm install -g @ngockhoi96/gohomeOr use npx without installation:
npx @ngockhoi96/gohome --helpQuick Start
# Generate report for today
gohome
# Show last 3 days
gohome --days 3
# Custom workspace path
gohome --path ~/projects
# Copy to clipboard
gohome --copyFeatures
- 🚀 Auto-Discovery: Recursively finds git repositories in your workspace
- ⚡ Concurrency: Scans multiple repos in parallel using Goroutines
- 🎨 Rich Output: Supports multiple formats (text, table) and styles
- 📋 Clipboard Ready: Copy reports directly to your clipboard
- 📝 Custom Tasks: Add manual tasks alongside git commits
- ⚙️ Smart Config: Persist preferences via
~/.gohome.jsonor CLI flags
Documentation
Full documentation available at: https://github.com/anIcedAntFA/gohome
License
MIT License - see LICENSE file for details
