Reminders

Apple Reminders via rem CLI: add, list, search, update, complete, delete.

mouadja02 cf6023c 1.1 KB Updated

File contents

Reminders

Attribution: Sourced from steipete/agent-scripts by Peter Steinberger.

Use this for Apple Reminders tasks. Prefer rem over Things/AppleScript when the user wants an AI-friendly personal todo backend on macOS.

Tool

Install

brew install BRO3886/tap/rem

Common Commands

# List all reminders
rem list

# List by list name
rem list "Work"

# Add reminder
rem add "Task title"
rem add "Task title" --list "Work"
rem add "Task title" --due "2025-12-31"
rem add "Task title" --note "Notes here"

# Search
rem search "search term"

# Complete
rem complete <reminder-id>

# Delete
rem delete <reminder-id>

# Show lists
rem lists

Notes

  • Requires macOS with Apple Reminders app.
  • rem communicates with Reminders via EventKit.
  • Due dates use ISO format: YYYY-MM-DD or YYYY-MM-DD HH:MM.
  • Reminder IDs are unique identifiers from EventKit.

mouadja02/skills/tree/main/skills/personal-productivity/reminders commit cf6023c4a5

Frequently asked questions

npx skillmds@latest add mouadja02/reminders