名称: apple-reminders
描述: 通过 macOS 上的 remindctl CLI 管理 Apple 提醒事项(列出、添加、编辑、完成、删除)。支持列表、日期筛选以及 JSON/纯文本输出。
主页: https://github.com/steipete/remindctl
元数据: {"clawdbot":{"emoji":"⏰","os":["darwin"],"requires":{"bins":["remindctl"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/remindctl","bins":["remindctl"],"label":"通过 Homebrew 安装 remindctl"}]}}
使用 remindctl 直接在终端中管理 Apple 提醒事项。支持列表筛选、基于日期的视图以及脚本输出。
brew install steipete/tap/remindctlpnpm install && pnpm build(二进制文件位于 ./bin/remindctl)remindctl statusremindctl authorizeremindctlremindctl todayremindctl tomorrowremindctl weekremindctl overdueremindctl upcomingremindctl completedremindctl allremindctl 2026-01-04remindctl listremindctl list Workremindctl list Projects --createremindctl list Work --rename Officeremindctl list Work --deleteremindctl add "Buy milk"remindctl add --title "Call mom" --list Personal --due tomorrowremindctl edit 1 --title "New title" --due 2026-01-04remindctl complete 1 2 3remindctl delete 4A83 --forceremindctl today --jsonremindctl today --plainremindctl today --quiet--due 参数和日期筛选器接受的格式:
- today、tomorrow、yesterday
- YYYY-MM-DD
- YYYY-MM-DD HH:mm
- ISO 8601 格式(如 2026-01-04T12:34:56Z)