Your Reminders.
From the terminal.
A blazing fast CLI for macOS Reminders.
Built for speed and simplicity
Full control over macOS Reminders, right from your terminal.
Sub-200ms Reads
Powered by EventKit via cgo. Direct memory access to the Reminders store — no IPC, no Apple Events, no waiting.
Single Binary
EventKit compiled directly into the Go binary via cgo. No helpers, no dependencies. Just go install and go.
Natural Language Dates
"tomorrow at 3pm", "next friday", "in 2 hours", "eod" — a custom parser understands 20+ patterns without external deps.
Public Go API
Import pkg/client in your own Go programs. Full CRUD, filtering, and list management — all type-safe.
Import & Export
JSON and CSV import/export with full property round-trip. Back up, migrate, or bulk-manage your reminders.
19 Commands
Full CRUD, search, stats, overdue, upcoming, interactive mode, list management, shell completions — everything covered.
Install in seconds
go install github.com/BRO3886/rem/cmd/rem@latest
git clone https://github.com/BRO3886/rem.git && cd rem && make build