by jacobpedd on 8/5/22, 4:43 PM with 57 comments
by txutxu on 8/5/22, 8:05 PM
For prior art (not GPT-3 based) in debian/ubuntu based distributions:
/usr/share/doc/cron/examples/crontab2english.pl
I use to use it like: perl /usr/share/doc/cron/examples/crontab2english.pl /etc/cron.d/myfile
Also prior to crontab.guru: $ head -2 /usr/share/doc/cron/examples/crontab2english.pl
#!/usr/bin/perl
#Time-stamp: "2001-07-29 16:07:28 MDT"
21 years ago, more people did prefer english to cron :)by Chico75 on 8/5/22, 5:36 PM
Any chance it could be made into a library/api?
by taude on 8/5/22, 5:37 PM
I'd love a CLI version of this tool, where I pass in the cron expression and it tells me the english translation.
by jacobpedd on 8/5/22, 4:55 PM
Let me know if you get any interesting results!
by nicoburns on 8/5/22, 9:56 PM
Scheduled tasks are hard enough to debug as it is. The last thing I want to do is add more indeterminism!
by SnooSux on 8/5/22, 5:20 PM
by coding123 on 8/5/22, 5:52 PM
by folkhack on 8/6/22, 2:50 AM
... nice. Other folks are beating ya up based on their first try but mine was exactly correct!
Adding to my cron tools bookmarks - cool stuff.
by gfaster on 8/5/22, 5:27 PM
"The second Sunday of every month except in December"
by Daviey on 8/5/22, 7:12 PM
I tried other hard ones and got rate limited :(
by apugoneappu on 8/5/22, 10:17 PM
I made a similar tool [1] to convert English to Excel formulas but would def take a page out of your super clean look!
by JLCarveth on 8/5/22, 5:14 PM
by seiferteric on 8/5/22, 6:01 PM
Every 15 minutes except at 3AM?
Stackoverflow responses say it can't be done in one line.
by zufallsheld on 8/5/22, 6:02 PM
"At 12:00 AM, on day 31 of the month, only in February"
by zerop on 8/5/22, 5:56 PM
Not sure if it gave right results. but i think this is amazing stuff. Thanks for building it.
by foxbee on 8/5/22, 9:21 PM
by throwfh80h82 on 8/5/22, 6:02 PM
"When the stock market closes and opens" - I think the stock market opens at 9:30 though, not 9.
by mrlonglong on 8/7/22, 9:42 PM
Still some more work, methinks.
by YourCupOTea on 8/5/22, 5:46 PM
by jmprspret on 8/6/22, 10:40 AM
by iamandras on 8/6/22, 7:36 AM
by tejtm on 8/5/22, 7:24 PM
"first and third Tuesday at noon each month "
by owow123 on 8/6/22, 2:00 AM
> 0 2 3,5,7 * *
Not great