streamd/src
Konstantin Fickel bf700a15af
feat: add streamd daily command
`streamd daily [YYYYMMDD]` opens the earliest existing daily file
(file_type=daily) whose timestamp falls within the target date.
If no such file exists it creates `<timestamp>_daily.md` and opens it.
Date defaults to today in the repository timezone.
2026-04-13 19:31:32 +02:00
..
cli feat: add streamd daily command 2026-04-13 19:31:32 +02:00
extract fix: broken tasks extraction 2026-04-13 19:26:31 +02:00
localize feat(localize): extract file_type from filename prefix 2026-04-13 19:30:59 +02:00
models refactor: rewrite in rust 2026-03-29 18:28:03 +02:00
query refactor: rewrite in rust 2026-03-29 18:28:03 +02:00
timesheet chore: fix timezone handling 2026-04-07 13:26:34 +02:00
config.rs chore: switch from yaml to toml 2026-03-29 19:14:51 +02:00
error.rs feat(todo): add numbered tasks, edit, done, and future filtering 2026-04-02 18:27:19 +02:00
lib.rs refactor: rewrite in rust 2026-03-29 18:28:03 +02:00
main.rs feat: add streamd daily command 2026-04-13 19:31:32 +02:00