A simple script to send you hourly reminder
It uses Linux's inbuilt notify-send to send system notifications every hour.
- Download the release
wget https://github.com/sixteen05/mahnung/releases/download/<release_number>/mahnung
- Make it executable
chmod +x mahnung
- Run the script in background.
This would print debug messages by default, so it is better to add
mahnung &
2>&1 >/dev/null
in the end before&
- You will be notified every hour.
- To stop the notifications, run
mahnung stop
- Clone the repo.
- Make sure Cargo and Rust are installed.
- Run
cargo build
- To create a release
cargo build --release