Manage Apple Reminders via the `memo` CLI on macOS (create, complete, and delete reminders). Use when a user asks Clawdis to add a reminder, mark reminders as done, or manage their reminder list.
Use memo rem to manage Apple Reminders directly from the terminal. Create, complete, and delete reminders with simple commands.
Setup
brew tap antoniorodr/memo && brew install antoniorodr/memo/memopip install . (after cloning the repo)View Reminders
memo remCreate Reminders
memo rem -a
memo rem -a "Buy groceries"Complete Reminders
memo rem -c
Delete Reminders
memo rem -d
Examples
memo rem -a "Call dentist tomorrow"memo remmemo rem -c (then select from list)memo rem -d (then select from list)Notes
memo CLI shares the same installation for both Notes and Reminders functionality.