通过 macOS 上的 `remindctl` CLI 管理 Apple 提醒事项(列出、添加、编辑、完成、删除),支持列表、日期筛选及 JSON/纯文本输出。
Apple reminders CLI (remindctl). 使用 remindctl 直接从终端管理 Apple Reminders. 它支持列表过滤,基是一项面向实际任务的技能,主要用于Setup.;Install (Homebrew)。
从功能定位来看,该技能强调把分散的操作要求整理成清晰、可复用的处理流程,使用户能够围绕既定目标快速准备输入、选择执行方式并获得结构化结果。实际使用前应先确认任务范围、数据来源、运行环境、必要权限和关键参数,再依据技能说明逐步执行;
若输入条件不完整,应先补齐信息或采用保守配置,避免因错误假设导致结果偏离需求。执行过程中需要关注工具调用是否成功、接口或依赖是否可用、输出格式是否符合预期,并对异常提示、缺失字段和边界情况进行处理;涉及批量任务时,还应保存进度,避免中断后重复操作。
使用 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 "买牛奶"remindctl add --title "给妈妈打电话" --list Personal --due tomorrow编辑提醒事项
remindctl edit 1 --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)注意事项