Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/y-yagi/croncal

croncal shows crontab list to calendar
https://github.com/y-yagi/croncal

cron

Last synced: about 1 month ago
JSON representation

croncal shows crontab list to calendar

Awesome Lists containing this project

README

        

# croncal

`croncal` shows crontab list to calendar. `croncal` uses [FullCalendar](https://fullcalendar.io/) to show.

# How to use

You can specify a crontab list and `croncal` generate an HTML file.

```bash
$ crontab -l | croncal
Generate 'index.html'.
```

![Screenshot](screenshot.png)

By default, cron list is showed for one week. You can change the duration to one month.

```bash
$ crontab -l | croncal -d month
```

# Install

Please download binaries via [GitHub Tags](https://github.com/y-yagi/croncal/tags).