#random #sending #text #json #healthy #remainders #min-sec

app randrem

通过发送随机余数来更健康

1 个稳定版本

1.0.0 2023年4月17日

#44 in #sending

MIT 许可证

14KB
52 代码行

randrem - 随机提醒

Randrem 通过通知向您发送随机余数!

安装

cargo install randrem

使用

  1. 定义一个 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."
    }
]

  1. 使用以下命令调用程序
randrem ./path/to/example.json
  1. 开心吧 :)

许可证

MIT

依赖项

~6–35MB
~528K SLoC