Crates.io | cronista |
lib.rs | cronista |
version | 0.1.0 |
source | src |
created_at | 2024-02-16 22:09:27.31438 |
updated_at | 2024-02-16 22:09:27.31438 |
description | cli tool for parsing and rendering cron expressions |
homepage | |
repository | https://gitlab.com/sese1402/cronista |
max_upload_size | |
id | 1142824 |
size | 22,954 |
The Cron Parser & Renderer CLI is a command-line tool designed to parse and render Cron expressions. Crom expressions are a way to represent schedules in a readable and precise syntax. This tool allows users to input Cron expressions, process them, and display the resulting time interval.
The tool is under crates.io.
The Cron Parser & Renderer CLI is invoked via the command line. Here are some examples of usage:
cronista --crontab "* */10 5 4,5 1-3 /bash/script/
+-------------+--------------+
| minute | all times(*) |
+-------------+--------------+
| hour | 0, 10, 20 |
+-------------+--------------+
| day | 5 |
+-------------+--------------+
| Month | 4,5 |
+-------------+--------------+
| day of week | 1, 2, 3 |
+-------------+--------------+
| Script | /bash/script |
+-------------+--------------+
Contributions are welcome! If you'd like to suggest improvements or report bugs, simply create an issue or submit a pull request.
This project is licensed under the MIT License. For more information, see the LICENSE file.