Reminders

built-in

Add reminders with natural language due dates, check off tasks, and search your lists—all from the command bar. Requires Reminders access in System Settings → Privacy → Reminders.

Download Clyde

WHAT IT DOES

  • List all active reminders (up to 20)
  • Add a reminder with optional due date
  • Complete a reminder by name
  • Search reminders
  • Open the Reminders app

TRIGGERS

reminders / reminder / todosremind me to call momremind me to check oven in 20 minutesreminder buy milk tomorrowtodo: send invoiceremind me in 3 hours to take a breakdone call momcomplete buy milkfind reminder standupopen reminders

DATA

Apple Reminders
// No local file. Reminders live in Reminders.app via EventKit.
// A created reminder looks like this in memory before being handed off:

// title:    "Call mom"
// dueDate:  tomorrow at 9:00 AM
// notes:    nil
// list:     default Reminders list
// hasAlarm: true (set from due date)

Reminders are stored via EventKit in Reminders.app. No Clyde-specific storage. Data syncs via iCloud if you have it enabled.

This is a built-in Clyde command. No installation required—it ships with every copy of the app.