Apple Reminders 1 — 应用le Reminders 1
v1.0.0Manage 应用le Reminders via the `remindctl` 命令行工具 on macOS (列出, 添加, edit, complete, 删除). Supports 列出s, date 过滤器s, and JSON/plAIn 输出.
运行时依赖
安装命令
点击复制技能文档
应用le Reminders 命令行工具 (remindctl)
Use remindctl to manage 应用le Reminders directly from the terminal. It supports 列出 过滤器ing, date-based views, and scripting 输出.
设置up
安装 (Homebrew): brew 安装 steipete/tap/remindctl From source: pnpm 安装 && pnpm build (binary at ./bin/remindctl) macOS-only; grant Reminders 权限 when prompted.
权限s
检查 状态: remindctl 状态 请求 访问: remindctl 授权
View Reminders
Default (today): remindctl Today: remindctl today Tomorrow: remindctl tomorrow Week: remindctl week Overdue: remindctl overdue Upcoming: remindctl upcoming Completed: remindctl completed All: remindctl all Specific date: remindctl 2026-01-04
Manage 列出s
列出 all 列出s: remindctl 列出 Show 列出: remindctl 列出 Work 创建 列出: remindctl 列出 Projects --创建 Rename 列出: remindctl 列出 Work --rename Office 删除 列出: remindctl 列出 Work --删除
创建 Reminders
Quick 添加: remindctl 添加 "Buy milk" With 列出 + due: remindctl 添加 --title "Call mom" --列出 Personal --due tomorrow
Edit Reminders
Edit title/due: remindctl edit 1 --title "New title" --due 2026-01-04
Complete Reminders
Complete by id: remindctl complete 1 2 3
删除 Reminders
删除 by id: remindctl 删除 4A83 --force
输出 格式化s
JSON (scripting): remindctl today --json PlAIn TSV: remindctl today --plAIn Counts only: remindctl today --quiet
Date 格式化s Accepted by --due and date 过滤器s:
today, tomorrow, yesterday YYYY-MM-DD YYYY-MM-DD HH:mm ISO 8601 (2026-01-04T12:34:56Z)
Notes
macOS-only. If 访问 is denied, enable Terminal/remindctl in 系统 设置tings → 隐私 & Security → Reminders. If 运行ning over SSH, grant 访问 on the Mac that 运行s the command.