Dalsi vlna cisteni /remind od Claude
This commit is contained in:
@@ -31,7 +31,16 @@ Parse natural language, then call `remind_edit.py add` with flags:
|
||||
```
|
||||
/remind list
|
||||
```
|
||||
Call `remind_edit.py list` → JSON with all active reminders.
|
||||
Call `remind_edit.py list`. Returns a readable text listing — each reminder is prefixed with
|
||||
`#<id>` (that id is what `--id` selects), followed by indented schedule lines:
|
||||
```
|
||||
#3 drink water [enabled]
|
||||
cron: 0 9 * * *
|
||||
#7 take meds [disabled]
|
||||
at: 2026-06-15T18:00:00
|
||||
random: 2× daily 09:00–21:00 (1-5) from 2026-06-01
|
||||
```
|
||||
An empty store prints `(no active reminders)`.
|
||||
|
||||
### Edit
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user