Cronboard: A terminal-based dashboard for managing cron jobs

by theanonymousoneon 2/26/2026, 8:43 PMwith 11 comments

by atomicnumber3on 2/27/2026, 1:36 AM

Very cool. I would've used this a lot in a past life. It's interesting how many different ways there are to manage cron jobs, too. I've seen:

Place 1: Cron jobs edited on the box via vim, and every night they're scraped and off there are diffs, they're committed. Kind of like reverse management. It was actually a pretty elegant solution for the environment it was in, where devs just could not be convinced to not just edit the crontab directly.

Place 2: no cron jobs, it's all either airflow tasks or a bespoke managed clustering cron-like thing.

Place 3: all k8s scheduled job pods, conceptually the same but somehow less enjoyable.

Honestly I liked the airflow version the best, python is just better than bash, and often cron jobs end up developing dependencies anyway. Plus Python lets you wire in many niceties.

by antoniorodron 2/27/2026, 8:02 AM

Thanks for sharing my project!

I am glad you guys like it.

by noupdateson 2/27/2026, 1:07 AM

Nice. Hyperland + multiple monitors + TUIs like this make my workflow quite futuristic.

by antoniorodron 3/4/2026, 7:09 AM

I released a new version with cron search :)