| Crates.io | reminders |
| lib.rs | reminders |
| version | 0.1.3 |
| created_at | 2019-09-07 19:38:24.612527+00 |
| updated_at | 2019-09-07 20:29:00.513703+00 |
| description | A periodical reminder program using desktop notifications |
| homepage | |
| repository | https://github.com/chibby0ne/reminders |
| max_upload_size | |
| id | 163053 |
| size | 28,760 |
A periodical reminder program using desktop notifications
From crates.io:
cargo install reminders
From source, build:
cargo build --release
Then copy the binary target/release/reminders to a place available in your $PATH variable.
Before the first use you should edit the ExecStart line in the
reminders.service file provided in this repository.
ExecStart=reminders -m MESSAGE -p 300
Change the MESSAGE with whatever message you want your reminder to show, as
well the 300 to the reminder period you want, given in seconds.
Afterwards you should install/start the reminders.service systemd unit,
so that the process actually keeps running in the background.
systemctl stop.