docs: add manual test note and tagline

This commit is contained in:
Peter Steinberger 2026-01-03 15:39:05 +01:00
parent 5582c26016
commit d88c59321d
2 changed files with 30 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# remindctl
Forget the app, not the task ✅
Fast CLI for Apple Reminders on macOS.
## Install

28
docs/manual-tests.md Normal file
View File

@ -0,0 +1,28 @@
# Manual tests
## Scope
Run on a local GUI session (not SSH-only) so the Reminders permission prompt can appear.
## Test data
- Use a dedicated list: `remindctl-manual-YYYYMMDD` (create if missing).
- Create 3 reminders with distinct states:
- `remindctl test A` (due today, priority high)
- `remindctl test B` (due tomorrow)
- `remindctl test C` (no due date)
## Checklist
- authorize: `remindctl authorize`
- status: `remindctl status`
- list lists: `remindctl list`
- list list contents: `remindctl list "remindctl-manual-YYYYMMDD"`
- add reminders (3 variants)
- show filters: `today`, `tomorrow`, `week`, `overdue`, `upcoming`, `completed`, `all`
- edit: update title/notes/priority/due date
- complete: mark one reminder complete
- delete: remove reminders, then delete list
## Results
- Date:
- Machine:
- Permission state before/after:
- Notes: