v1.0.0 - Initial Release
π daily-cli-tool v1.0.0 - Initial Release
Minimalist CLI for engineers to log daily work and prepare for standups.
β¨ Features
Core Commands
daily did "text"- Log completed workdaily plan "text"- Plan work for todaydaily block "text"- Log blockersdaily meeting "text"- Log meetingsdaily cheat- Generate standup cheat sheet
Advanced Features
daily search- Interactive search with fzf and preview- Browse all daily notes with fuzzy finder
- Preview file content before opening
- Filter by tags:
daily search -t aws,deploy - Opens in
$EDITOR
Tag Support
- Add tags to any entry:
--tags tag1,tag2or-t tag1,tag2 - Filter by tags in cheat and search
- Case-insensitive tag matching
Weekend Logic
daily cheatskips weekends by default- On Monday, shows Friday's entries
- Configurable with
--workdays/--no-workdays
Storage
- Plain Markdown files in
~/.daily/dailies/ - Git-friendly format
- Compatible with Obsidian and other Markdown editors
- Human-readable, no lock-in
π¦ Installation
pipx install daily-cli-toolπ Quick Start
# Log your work
daily did "Fixed CI/CD pipeline" --tags devops,cicd
daily plan "Review pending PRs" --tags code-review
daily block "Waiting for AWS access" --tags aws
# Prepare for standup
daily cheat
# Search past notes
daily search
daily search -t projectAπ Requirements
- Python 3.11+
fzf(fordaily searchcommand)
π Links
- Repository: https://github.com/creusvictor/daily-cli
- Documentation: https://github.com/creusvictor/daily-cli#readme
- Issues: https://github.com/creusvictor/daily-cli/issues
π Feedback Welcome
This is the initial release! Please report any issues or suggest features on GitHub.