A Developer's Command-Line Journal with Git Integration
Gournal is a CLI tool that helps developers:
- Log daily work in context of Git projects
- Generate standup reports automatically
- Git-Aware Logging: Auto-tag entries with project names
- Standup Reports:
gournal standup
generates daily summaries
- Node.js v18+
- Git (for project detection)
npm install -g gournal
# or
yarn global add gournal