explaincron

Crates.ioexplaincron
lib.rsexplaincron
version0.2.0
sourcesrc
created_at2022-10-04 13:44:03.820346
updated_at2023-03-23 08:54:29.566519
descriptionA tool to explain cron schedules
homepagehttps://github.com/fredrikpe/explaincron
repositoryhttps://github.com/fredrikpe/explaincron
max_upload_size
id679818
size39,638
Fredrik Ingebrigtsen (fredrikpe)

documentation

README

explaincron

A cli version of Crontab guru. Because I love crontab.guru, but sometimes whish it had a cli :) Human readable description of cron schedules.

Installation

Currently, only installation via cargo is supported

$ cargo install explaincron

TODO

  • Support non-standard cron schedules (7 for sunday, @monthly...)
  • Allow user to specify cron specification?
  • Support seconds and years?
  • Colors?
  • Pipe support?
Commit count: 25

cargo fmt