jmrozanec/cron-utils

Support for Predefined Schedules extension

Spikhalskiy opened this issue ยท 4 comments

Some cron parsers do support predefined schedules like
@yearly, @monthly, @weekly, etc

For example:
https://pkg.go.dev/github.com/robfig/cron#hdr-Predefined_schedules
https://linux.die.net/man/5/crontab Section #Extensions

Would be great to get them in cron-utils

@Spikhalskiy thank you for this idea. We will work on this functionality. Help is always welcome! ๐Ÿ˜„

@jmrozanec Thanks for the confirmation! I will let you know if I have some time to work on it.

@Spikhalskiy implemented! ๐Ÿ˜„ A release will follow soon. Thanks!

@Spikhalskiy release 9.1.7 was published! Thanks! ๐Ÿ˜„