Crony is a simple and powerful command-line cron job manager and scheduler written in Rust. It allows you to easily manage your scheduled tasks with a human-readable schedule syntax.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I made the project! I had a lot of issues in terms of parsing user-inputted schedules, such as 'every 5 minutes' into valid cron schedules—like * */5 * * *.