Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/y-yagi/croncal
- Owner: y-yagi
- License: mit
- Created: 2021-02-21T07:26:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T23:10:14.000Z (over 3 years ago)
- Last Synced: 2024-06-21T03:14:58.353Z (5 months ago)
- Topics: cron
- Language: Go
- Homepage:
- Size: 80.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).