com um clique
apple-reminders
// Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
// Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenCog to add a note, list notes, search notes, or manage note folders.
Create, search, and manage Bear notes via grizzly CLI.
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
BluOS CLI (blu) for discovery, playback, grouping, and volume.
| name | apple-reminders |
| description | Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output. |
| homepage | https://github.com/steipete/remindctl |
| metadata | {"opencog":{"emoji":"⏰","os":["darwin"],"requires":{"bins":["remindctl"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/remindctl","bins":["remindctl"],"label":"Install remindctl via Homebrew"}]}} |
Use remindctl to manage Apple Reminders directly from the terminal. It supports list filtering, date-based views, and scripting output.
Setup
brew install steipete/tap/remindctlpnpm install && pnpm build (binary at ./bin/remindctl)Permissions
remindctl statusremindctl authorizeView Reminders
remindctlremindctl todayremindctl tomorrowremindctl weekremindctl overdueremindctl upcomingremindctl completedremindctl allremindctl 2026-01-04Manage Lists
remindctl listremindctl list Workremindctl list Projects --createremindctl list Work --rename Officeremindctl list Work --deleteCreate Reminders
remindctl add "Buy milk"remindctl add --title "Call mom" --list Personal --due tomorrowEdit Reminders
remindctl edit 1 --title "New title" --due 2026-01-04Complete Reminders
remindctl complete 1 2 3Delete Reminders
remindctl delete 4A83 --forceOutput Formats
remindctl today --jsonremindctl today --plainremindctl today --quietDate Formats
Accepted by --due and date filters:
today, tomorrow, yesterdayYYYY-MM-DDYYYY-MM-DD HH:mm2026-01-04T12:34:56Z)Notes