cron
cron copied to clipboard
CLI tool (hcron) and Go library (cron) to convert CRON expression into human readable description.
## Description: I encountered a runtime panic instead of a handled error return when passing an invalid cron expression "1 1 1 x 1" to the `ToDescription` method. The program...
Can you add support for [Nonstandard predefined scheduling definitions]? Not having them leads to errors with [cronex.nvim]. [Nonstandard predefined scheduling definitions]: https://en.wikipedia.org/wiki/Cron#Nonstandard_predefined_scheduling_definitions [cronex.nvim]: https://github.com/fabridamicelli/cronex.nvim/issues/14