Reminder CLI
一个基于 Rust 的命令行提醒工具,支持 cron 表达式设置周期性提醒,并通过系统通知提醒用户。
安装
homebrew
使用方法
添加提醒
# 一次性提醒
# 周期性提醒(使用 cron 表达式)
Cron 表达式格式:秒 分 时 日 月 星期
列出所有提醒
删除提醒
编辑提醒
后台守护进程
# 启动守护进程(在后台监控提醒)
# 查看守护进程状态
# 停止守护进程
数据存储
提醒数据存储在:
- macOS:
~/Library/Application Support/reminder-cli/reminders.json - Linux:
~/.local/share/reminder-cli/reminders.json
License
MIT