Tired of staring at Slack every morning trying to remember what you did yesterday? standup-cli scans your git commits from the last 24 hours, asks what you're working on today and if you have any blockers — then formats a clean standup ready to paste anywhere. Works in plain text, Slack, or Markdown format. Install in seconds: - npm install -g standup-cli-tool - pip install standup-cli-tool Then just type: standup That's it. No account. No config. No nonsense.
Hey PH! 👋
I built standup-cli because I kept wasting the first 10 minutes of every day trying to remember what I worked on yesterday.
This is v0.1.1 — intentionally small and focused:
✅ Reads your git commits automatically
✅ Asks Today + Blockers interactively
✅ Outputs in plain, Slack, or Markdown format
✅ Works via npm and pip
Would love your feedback on what to add in v0.2 — clipboard support and a .standuprc config file are already planned.
GitHub: https://github.com/muhtalhakhan/...
Report
Maker
🚀 v0.2 is live!
- Conventional commit parsing — commits are now grouped by feat/fix/chore
- Files changed count included in output
- Group by repo support
- Clipboard Support
npm install -g standup-cli-tool
pip install standup-cli-tool
Thanks for all the support on launch day 🙏
Report
No reviews yetBe the first to leave a review for Standup CLI
🚀 v0.2 is live!
- Conventional commit parsing — commits are now grouped by feat/fix/chore
- Files changed count included in output
- Group by repo support
- Clipboard Support
Thanks for all the support on launch day 🙏