cronex icon indicating copy to clipboard operation
cronex copied to clipboard

Ruby library that converts cron expressions into human readable strings

Results 5 cronex issues
Sort by recently updated
recently updated
newest added

The following cron times cannot be parsed although they are valid. ``` 20 8,15 * * 0-1,3-6 0 7 * * 0-3,5-6 55,25 2-21,23 * * 0,1,3,5,6 55,25 2-7,10-21,23 *...

The day of month / day of the week are not updated when changing the timezone. For example: ```ruby Cronex::ExpressionDescriptor.new('0 22 * * 1-5', {}, 'en', 'UTC').description # => "At...

`Cronex::Utils.format_time` did not support ranges in `hour_expression`. I'm not sure I fully followed the design here. As the same problems seems to be present with day of month and day...

I'd like to be able to use cronex as a quick command line utility. Would it be possible to add an executable command that takes cron lines and turns them...

enhancement

Hello! When installing this gem on ruby 3.3 I get an error when it tries to install the `unicode` dependency: ``` In Gemfile: cronex was resolved to 0.13.0, which depends...

external-bug