Add crontab management on salixtools

If you have any suggestions or ideas about improving Salix, here's the place to post them.
Post Reply
mistfire
Posts: 1
Joined: 27. Feb 2023, 10:30

Add crontab management on salixtools

Post by mistfire »

Hello Salix Developers
Could you please add gui frontend for crontab management on salixtools? Gnome-schedule was too outdated because it requires pygtk and older python libraries.
User avatar
gapan
Salix Wizard
Posts: 6238
Joined: 6. Jun 2009, 17:40

Re: Add crontab management on salixtools

Post by gapan »

You mean a GUI like gnome-schedule? While it is possible to do it, I find little incentive to. Running

Code: Select all

crontab -e
is simple enough I think. If you're confused about crontab entry format, you can use something like this to set them up:
https://crontab.guru/
Image
Image
Post Reply