#cron #toml #configuration #format #obvious #table

app ocron

具有直观配置格式的Cron实现

2个不稳定版本

0.2.0 2021年2月20日
0.1.3 2021年1月29日

#3 in #obvious

GPL-3.0-or-later

28KB
677

OCRON

OCRON是一个Cron实现,它使用直观的配置格式,而不是传统的crontab。该格式使用TOML。

用法

要试用,请运行

cargo run -- example.toml

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

该示例在每个周一和周五的每整10秒运行 date +%H:%M:%S

有关配置选项的文档,请参阅 example.toml

注意,OCRON使用了一个修补过的TOML版本,允许“内联”表跨越多行,如果您从crates.io安装,则使用的是纯TOML。

依赖关系

~1.3–1.8MB
~31K SLoC