randrem - Random Reminder

Randrem sends you random remainders via notification!

Installation

cargo install randrem

Usage

  1. Define a JSON file, see ./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 :)

LICENSE

MIT