rozsireni o predpovidani posilani
This commit is contained in:
@@ -19,6 +19,7 @@ Reply to the user in their own language.
|
||||
| "on 2026-06-15 at 18:00" / "once at …" | `add --at "2026-06-15T18:00:00"` |
|
||||
| "randomly 2× between 08:00 and 20:00" | `add --random-times-per-day 2 --random-window 08:00-20:00` |
|
||||
| "what reminders arrived today / since when" | `delivered [--since YYYY-MM-DD]` |
|
||||
| "what goes out today / tomorrow / this week" | `upcoming [--date YYYY-MM-DD \| --days N]` |
|
||||
| list all reminders | `list` |
|
||||
|
||||
For the full flag reference of any command, run:
|
||||
@@ -47,6 +48,8 @@ An empty store prints `(no active reminders)`.
|
||||
|
||||
**`delivered`** reads the `reminder_fires` table (delivered rows only, Prague local time). Defaults to today; `--since YYYY-MM-DD` widens the window. The agent never sees deliveries happen — this is the only window into them.
|
||||
|
||||
**`upcoming`** returns readable text: each scheduled fire as `YYYY-MM-DD HH:MM #id text (type)`, sorted by time. It shows the *plan* (computed from the schedules), not actual deliveries — use `delivered` for those. Defaults to the rest of today; `--date` shows one whole day, `--days N` the next N calendar days. An empty window prints `(nothing scheduled in this window)`.
|
||||
|
||||
**`remove`** is a soft delete.
|
||||
|
||||
## Editing reminders
|
||||
|
||||
Reference in New Issue
Block a user