Randrem sends you random remainders via notification!
cargo install randrem
./example.json
for example:```json [ { "minsec": 900, "maxsec": 3600, "text": "Remember to have good posture." }, { "minsec": 900, "maxsec": 3600, "text": "Remember to breathe through your nose." }, { "minsec": 3600, "maxsec": 7200, "text": "Remember to drink more water." } ]
2. Call the program with
randrem ./path/to/example.json
```
3. Be happy :)
MIT