1 个稳定版本
1.0.0 | 2023年4月17日 |
---|
#44 in #sending
14KB
52 代码行
randrem - 随机提醒
Randrem 通过通知向您发送随机余数!
安装
cargo install randrem
使用
- 定义一个 JSON 文件,例如
./example.json
[
{
"min_sec": 900,
"max_sec": 3600,
"text": "Remember to have good posture."
},
{
"min_sec": 900,
"max_sec": 3600,
"text": "Remember to breathe through your nose."
},
{
"min_sec": 3600,
"max_sec": 7200,
"text": "Remember to drink more water."
}
]
- 使用以下命令调用程序
randrem ./path/to/example.json
- 开心吧 :)
许可证
MIT
依赖项
~6–35MB
~528K SLoC