rust + cron = crust!
A cron manager in rust, since the cool new thing is remaking old linux utilities in rust!
WARNING! Has not yet been extensively tested!
Simply clone the repository and run cargo build --release
in the project directory.
The executable will then be built to ./target/release/crust
.
Currently does not (and probably never will) run as a deamon on its own. Either run it using a service manager such as systemd or put it in a user startup script. The default crontab path is $HOME/.config/crontab
- Respect xdg config directory
- Add support for the non-standard predefined scheduling commands, see this link
- Add tests, preferably using quickcheck
- Better logging support