alpinweis / cronex

Ruby library that converts cron expressions into human readable strings
Other
77 stars 29 forks source link

Backwards option ? #14

Closed grosser closed 4 years ago

grosser commented 4 years ago

I'm looking for an option where users can write human readable statements and it spits out a cron, would that be easy to add / does that already exist ?

alpinweis commented 4 years ago

Check this out: https://stackoverflow.com/questions/1913143/how-to-convert-english-to-cron

grosser commented 4 years ago

awesome, thx! :)