Releases: openclaw/remindctl
Releases Β· openclaw/remindctl
v0.3.0
- Add exact
--list-idtargeting, normalized list-name resolution,doctor,export,link,open, shell completion generation, table output, and release preflight checks. - Add a GitHub Pages documentation site for remindctl.sh.
- Raise the RemindCore coverage gate to 90% and run SwiftLint in strict mode.
- Add
searchandinfocommands for title, notes, URL lookup, and detailed reminder inspection. - Resolve numeric edit/complete/delete indexes against the default
showview instead of unrelated completed reminders. - Add a release helper for Homebrew tap updates; thanks @dinakars777.
v0.2.0
- Add location-based reminder triggers via
--location,--leaving, and--radius - Add simple recurrence support via
--repeatand--no-repeat - Add EventKit alarm support via
--alarmand--clear-alarm - Add reminder
urlto JSON output when EventKit exposes one - Add
lastModifiedDateto reminder JSON output - Add
creationDateto reminder JSON output - Add
openfilter for all incomplete reminders - Accept local ISO 8601 due dates without a timezone suffix
- Preserve date-only due inputs as all-day reminders instead of midnight reminders
- Allow
listto show reminders from multiple list names in one command
v0.1.1
v0.1.0
- Reminders CLI with Commander-based command router
- Show reminders with filters (today/tomorrow/week/overdue/upcoming/completed/all/date)
- Manage lists (list, create, rename, delete)
- Add, edit, complete, and delete reminders
- Authorization status and permission prompt command
- JSON and plain output modes for scripting
- Flexible date parsing (relative, ISO 8601, and common formats)
- GitHub Actions CI with lint, tests, and coverage gate