| Crates.io | tasker_lib |
| lib.rs | tasker_lib |
| version | 0.0.3 |
| created_at | 2023-05-31 11:12:31.790418+00 |
| updated_at | 2023-06-06 08:44:39.098773+00 |
| description | A simple crate for time based tasks |
| homepage | https://github.com/DanielMadmon/tasker |
| repository | https://github.com/DanielMadmon/tasker |
| max_upload_size | |
| id | 878698 |
| size | 123,509 |
A Simple crate which provides a service and a configuration API for genrating commands based tasks ,on time basis.
install libthemis on your machine
cargo build --release
cd target/release
./taskerctl install
systemctl --user enable tasker
taskerctl add -n freshtheclam -s nu -c "freshclam" -t 40 -u 22
OR
taskerctl help to view all options
AND
taskerctl add --help
TODO
currently the crate is in development stage and is very likely to get updates on daily basis, until we reach stability.