alt.hn

2/26/2026 at 8:43:25 PM

Cronboard: A terminal-based dashboard for managing cron jobs

https://github.com/antoniorodr/cronboard

by theanonymousone

2/27/2026 at 1:36:29 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 atomicnumber3

2/27/2026 at 8:02:49 AM

Thanks for sharing my project!

I am glad you guys like it.

by antoniorodr

2/27/2026 at 8:50:24 AM

Good you are here. I was surprised you hadn't posted it here yet.

by theanonymousone

2/27/2026 at 8:53:52 AM

I did:

https://news.ycombinator.com/item?id=45667627

But it is okay!

I really appreciate you sharing it as well

by antoniorodr

2/27/2026 at 5:31:33 PM

I searched for "cronboard" before making the submission, and still cannot open the link you sent :/

by theanonymousone

2/27/2026 at 5:35:37 PM

That’s weird!

I don’t know. Anyone else have tested the link?

Anyways, I really appreciate you created the post. It’s pretty amazing that a project from a self-taught developer like me, who started in 2024, got so much attention.

Thanks again!

by antoniorodr

2/28/2026 at 4:29:46 AM

Slso in your own submissions page: https://news.ycombinator.com/submitted?id=antoniorodr

Very weird indeed:/

by theanonymousone

2/28/2026 at 8:37:53 AM

Yeah I know. I do not understand why this happened, but whatever!

Thanks again! :)

by antoniorodr

2/27/2026 at 1:07:12 AM

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

by noupdates

2/27/2026 at 8:05:26 AM

Thanks a lot!

by antoniorodr