DevToys-app / DevToys

A Swiss Army knife for developers.
https://devtoys.app/
MIT License
26.94k stars 1.45k forks source link

Cron expression to human readable description and back #292

Closed filipsky closed 2 years ago

filipsky commented 2 years ago

What's the Problem?

No response

Solution/Idea

I would love to have some cron expression to human readable format convertor

something like this page does

Alternatives

nothing

Priorities

Capability Priority
Cron expression show description Must
Cron expression editor Could

DevToys Version

No response

Comments

No response

krynczak commented 2 years ago

It would be great if we could choose between Unix like syntax (5 fields: minute, hour, day of the month, month, day of the week) and others implementation syntax (ie: aws implementation with 6 fields: minutes, hours, day-of-month, month, day-of-week, year). I'm not sure there are more implementations though

DotNetInAction commented 2 years ago

It would be great if we could choose between Unix like syntax (5 fields: minute, hour, day of the month, month, day of the week) and others implementation syntax (ie: aws implementation with 6 fields: minutes, hours, day-of-month, month, day-of-week, year). I'm not sure there are more implementations though

PR for this tool is now ready. I have built in a feature to switch between 5 and 6 segment Cron