Crates.io | recollectd |
lib.rs | recollectd |
version | 0.3.2 |
source | src |
created_at | 2022-06-27 07:23:18.299247 |
updated_at | 2022-07-13 09:36:28.583709 |
description | Recollection daemon for sending notifications |
homepage | https://factoria.origincode.me/OriginCode/recollection |
repository | https://factoria.origincode.me/OriginCode/recollection |
max_upload_size | |
id | 613978 |
size | 46,550 |
Notify you for daily, weekly, monthly and yearly events.
Use recollectctl
to manage the events, and run recollectd
daemon to monitor the
events and send notifications.
Before running recollectd
, please execute recollectctl init
to initialize the
data file or recollectctl new
to create an event, otherwise the daemon will fail.
For more information, please run
recollectctl help
# and
recollectd help
A sample systemd service file can be found in misc/recollectd.service
. For
per-user use, you may install the file to $HOME/.config/systemd/user/
. For
system-wide use, install the file to /etc/systemd/system/
instead. Edit the file
and specify the path to your installed recollectd
binary before starting the
service.
[Service]
...
ExecStart=/your/path/to/recollectd
You can install from <crates.io> using cargo
cargo install --locked recollectctl recollectd
Or, build from source
cargo install --git=https://factoria.origincode.me/OriginCode/recollection.git
rustc
1.58 or higher