在 macOS 上通过 `remindctl` CLI 管理 Apple 提醒事项(列出、添加、编辑、完成、删除)。支持列表、日期过滤以及 JSON/纯文本输出。
使用 remindctl 直接从终端管理 Apple 提醒事项。它支持列表过滤、基于日期的视图以及脚本化输出。
安装设置
brew install steipete/tap/remindctlpnpm install && pnpm build(二进制文件位于 ./bin/remindctl)权限
remindctl statusremindctl authorize查看提醒事项
remindctlremindctl todayremindctl tomorrowremindctl weekremindctl overdueremindctl upcomingremindctl completedremindctl allremindctl 2026-01-04管理列表
remindctl listremindctl list Workremindctl list Projects --createremindctl list Work --rename Officeremindctl list Work --delete创建提醒事项
remindctl add "Buy milk"remindctl add --title "Call mom" --list Personal --due tomorrow编辑提醒事项
remindctl edit 1 --title "New title" --due 2026-01-04完成提醒事项
remindctl complete 1 2 3删除提醒事项
remindctl delete 4A83 --force输出格式
remindctl today --jsonremindctl today --plainremindctl today --quiet日期格式
--due 和日期过滤接受的格式:
today, tomorrow, yesterdayYYYY-MM-DDYYYY-MM-DD HH:mm2026-01-04T12:34:56Z)注意事项