项目作者: bufrsh

项目描述 :
CRON translation utility
高级语言: Rust
项目地址: git://github.com/bufrsh/cron.git
创建时间: 2020-08-22T04:13:39Z
项目社区:https://github.com/bufrsh/cron

开源协议:Apache License 2.0

下载


cron.bufr.sh

A utility server to translate CRON expressions into plain english. It is
intended to use from the comfort of your terminal, and won’t work in a web
browser.

Usage

An instance is running at bufr.sh port 6000. To use it from the terminal, run:

  1. nc bufr.sh 6000

Then press Enter. Then type in the CRON expression and press Enter again. A
sample session is shown below:

asciicast

Compilation

You will need Rust toolchain to compile it. A simple cargo build --release
will compile it.

Contribution

PRs are always welcome!