croncal
shows crontab list to calendar. croncal
uses FullCalendar to show.
You can specify a crontab list and croncal
generate an HTML file.
$ crontab -l | croncal
Generate 'index.html'.
By default, cron list is showed for one week. You can change the duration to one month.
$ crontab -l | croncal -d month
Please download binaries via GitHub Tags.