Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

pr2502/ocron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCRON

OCRON is a cron implementation with an obvious configuration format instead of the usual crontab. The format is using TOML.

Usage

To try it out run:

cargo run -- example.toml

or

cargo build && target/debug/ocron example.toml

The example runs date +%H:%M:%S each whole 10 seconds on Mondays and Fridays.

For documentation on the configuration options see example.toml.

Note that OCRON uses a patched version of TOML which allows "inline" tables to span multiple lines, if you install from crates.io the vanilla TOML is used instead.

About

simple cron implementation with obvious configuration

Resources

License

Stars

Watchers

Forks

Languages