- 📋 View all current cron jobs with clear formatting
- ➕ Add new cron jobs by specifying frequency in months, days, hours, minutes, and seconds (seconds handled with a workaround)
- 🗑️ Delete individual cron jobs by selecting from a numbered list
- 🎨 Colorful, user-friendly menu interface
- Download make the script executable:
wget https://raw.githubusercontent.com/monhacer/Neocron/refs/heads/main/Neocron.sh
chmod +x Neocron.sh
./Neocron.sh
- For future use just run:
./Neocron.sh
- Choose option
1to list current cron jobs and optionally delete any of them. - Choose option
2to add a new cron job. You will be prompted to enter the command and specify frequency intervals. - Choose option
0to exit.
- ⏳ Specifying seconds is not natively supported by cron, so the script uses a
while trueloop withsleepfor that functionality. - 🔑 Make sure you run the script with appropriate permissions to modify your user's crontab.
© 2025 aioexp.
This project is open source and available under the MIT License.


