An Alfred workflow to simply explained the cron schedule expressions.
Note: You will need the Alfred Powerpack to use this workflow - which is commercial software. Check out the Alfred app website.
The keyword to trigger the search in Alfred is crontab
by default.
Search | Alfred opens |
---|---|
crontab * * * * * |
At every minute |
crontab 5 0 * 8 * |
At 00:05 in August |
crontab 15 14 1 * * |
At 14:15 on day-of-month 1 |
Note: Spaces will be converted to underscores _
.
Download the Alfred workflow via the URL
This is licensed under MIT License.