Crates.io | randrem |
lib.rs | randrem |
version | 1.0.0 |
source | src |
created_at | 2023-04-17 20:23:34.591186 |
updated_at | 2023-04-17 20:23:34.591186 |
description | sending random remainders to be more healthy |
homepage | https://github.com/lquenti/randrem |
repository | https://github.com/lquenti/randrem |
max_upload_size | |
id | 841865 |
size | 47,179 |
Randrem sends you random remainders via notification!
cargo install randrem
./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."
}
]
randrem ./path/to/example.json
MIT