docs: document file_type prefix convention and streamd daily command
This commit is contained in:
parent
bf700a15af
commit
b8a73bfb3e
2 changed files with 34 additions and 2 deletions
|
|
@ -49,11 +49,20 @@ Markdown files are named with a timestamp: `YYYYMMDD-HHMMSS [markers].md`
|
|||
|
||||
For example: `20260131-210000 Task Streamd.md`
|
||||
|
||||
An optional `_file_type` segment can follow the timestamp to classify the file:
|
||||
|
||||
```
|
||||
YYYYMMDD-HHMMSS_<file_type> [markers].md
|
||||
```
|
||||
|
||||
For example: `20260413-083000_daily.md` — the `daily` prefix is stored as the `file_type` dimension and propagates to all child shards.
|
||||
|
||||
Within files, `@`-prefixed markers at the beginning of paragraphs or headings define how a shard is categorized.
|
||||
|
||||
## Commands
|
||||
|
||||
- `streamd` / `streamd new` — Create a new timestamped markdown entry, opening your editor
|
||||
- `streamd daily [YYYYMMDD]` — Open today's daily file (or create it if missing); pass a date to open that day's file instead
|
||||
- `streamd todo` — Show all open tasks (shards with `@Task` markers), numbered for easy reference
|
||||
- `streamd todo N edit` — Edit task N in your editor, jumping to the task's line
|
||||
- `streamd todo N done` — Mark task N as done by inserting `@Done` after `@Task`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue