1 stable release
1.0.0 | Apr 17, 2023 |
---|
#44 in #sending
14KB
52 lines
randrem - Random Reminder
Randrem sends you random remainders via notification!
Installation
cargo install randrem
Usage
- Define a JSON file, see
./example.json
for example:
[
{
"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."
}
]
- Call the program with
randrem ./path/to/example.json
- Be happy :)
LICENSE
MIT
Dependencies
~6–35MB
~528K SLoC