View and search all your cron jobs.
View the output of your cron jobs.
Quickly add new cron jobs to your system.
Edit existing cron jobs.
Delete cron jobs from your system.
This extension has only been tested on MacOS Sequoia. If you have any issues, please open an issue on the GitHub repository.
It uses crontab to display and edit your cron jobs. If you have existing cron jobs, you will need to add a # Name: and # Description: to each job. See below for an example.
# Name: Daily Backup
# Description: Runs the backup scripts at 4:30am
30 4 * * * ~/Developer/scripts/cron/backup.sh
# Name: Apache Kludge
# Description: Runs the Apache check script every minute of every day
* * * * * ~/Developer/scripts/cron/check-apache.sh
Created by Carter McAlister



