Just released systab — a single-file Bash script that gives you a cron-like interface for systemd user timers.

If you've ever wanted the simplicity of crontab but the power of systemd timers, this might be for you. Natural language schedules, desktop/email notifications, a crontab-style editor, and persistent services — all without leaving the terminal.

#linux #systemd #bash #selfhosted #opensource #commandline #sysadmin

https://codeberg.org/opennomad/systab

@opennomad Have you seen https://github.com/systemd-cron/systemd-cron ? It's a systemd generator, that parses cron config files and creates systemd units and timers automagically.
@etam Hadn't heard of it. I suppose that would have worked for me until I realized some other things I wanted 🤪