Command-line interface to Apple Reminders app for creating, editing, and managing reminders
Command-line interface to Apple Reminders app for creating, editing, and managing reminders.
remindctl show # Show reminders
remindctl list # List reminder lists
remindctl add "Task" # Add reminder
remindctl complete <id> # Mark complete
remindctl delete <id> # Delete reminder
| Command | Purpose |
|---------|----------|
| show | Display reminders |
| list | List all reminder lists or show list contents |
| add | Create a new reminder (text required) |
| edit | Modify an existing reminder |
| complete | Mark one or more reminders as done |
| delete | Remove reminders |
| status | Check Reminders app authorization status |
| authorize | Grant CLI access to Reminders (one-time setup) |
Show all reminders:
remindctl show
Add a reminder:
remindctl add "Buy groceries"
List all reminder lists:
remindctl list
Mark reminder complete:
remindctl complete <reminder-id>
Delete a reminder:
remindctl delete <reminder-id>
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity