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

app randrem

sending random remainders to be more healthy

1 stable release

1.0.0 Apr 17, 2023

#42 in #sending

MIT license

14KB
52 lines

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:
[
    {
      "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. Call the program with
randrem ./path/to/example.json
  1. Be happy :)

LICENSE

MIT

Dependencies

~6–37MB
~548K SLoC