Sailcron
Warning regarding SailfishOS upgrades:
to prevent any misbehavior of the cron daemon, please stop the daemon before starting any OS upgrade
Frontend for the cron scheduler. Makes it easy to view your schedules in a more friendly way.
Also gives the opportunity to fully manage crontabs of nemo and root. The usual warning: always be careful with root permissions. Disabling is achieved by adding a specific comment string in the cron entry.
Displayed commands can be replaced by a more meaningful text.
Using cron-descriptor for the conversion of cron expressions into human readable strings.
Using python-crontab for the cron timestring syntax check.
Needs vixie-cron or cronie as cron daemon, which can be found in my repo.
Loading a large crontab can cause some unresponsiveness.
If you want to play more with the crontab syntax, you can have a try here: http://www.corntab.com/pages/crontab-gui
Why use cron as a scheduler?
- Stable, simple and well known
- Low on resources and a wakelock only every minute does not really effect battery usage
- Systemd timers are not accurate, because they are effected by sleep states
- Timed-qt5 (the "native" scheduling) would have been another option. I worked with something similar on Maemo, which I liked, but was missing documentation and implemented features
Swedish translation: eson
Sources can be found on github
Category:
Keywords:
- 0.8-1 Fix handling of backslash before percent sign
- 0.7-1 Special cron entries now translatable
- 0.6-1
- Do not notify cronline is ok at save
- Added midnight and anually as special cron entries
- 0.5-1
- Opt out of sailjail
- Switch from popup messages to smaller banner
- 0.4-5 Changes in detecting running cron because Jolla installed yet more crippling busybox tooling in favor of gnu packages in SFOS 4.0.
- 0.4-4 Do not assume nemo to be the default user
- 0.4-3 Fix for SFOS 3.4
- 0.4-2
- Yet another fix for SFOS 3.3.0: writing failed as Jolla moved to busybox base64 command
- 0.4-1
- Fix for SFOS 3.3.0 so custom descriptions are displayed again
- Small change in notification
- 0.3-1
- Load custom texts async for faster loading
- Minor layout changes
- 0.2-1
- updated python-crontab and cron-descriptor
- No longer require vixie-cron as a dependency
- 0.1-21
- Added button to cleanup orphaned custom texts
- Upgraded python-crontab to 2.3.7
- Latest changes from cron-descriptor
- 0.1-20
- Now support @reboot,@weekly etc.
- Updated python-crontab and cron descriptor to latest version
- 0.1-18
- Cron descriptor updated to 1.2.9
- Python-crontab updated to 2.2.3
- 0.1-17
- Increased max length cron line
- Cron descriptor updated to 1.2.8
- Python-crontab updated to 2.2.1
- 0.1-16 Implemented python call_sync workaround (credits otsaloma) due to bug in 2.1.0.x
- 0.1-15 Updated swedish translation
- 0.1-14
- Edit menu selectable directly from detailspage
- Synced python-crontab to upstream 2.1.1
- Cron syntax checker will now fail if cron range is backwards
- 0.1-13 Settingspage no longer a dialog page (with cancel/accept)
- 0.1-12 fixed introduced bug that would insert invalid cron entry
- 0.1-11
- The input "*/number" was not correctly passed
- Limit accepted input characters
- Added new python module for actual cron string checking
- 0.1-10
- Increased max length of input fields
- Included upstream fix for cron-descriptor
- 0.1-9
- Updated Swedish
- Added Dutch language
- 0.1-8
- No auto capitalisation in command field
- Create custom names for execution string
- 0.1-7 Fixed not showing cron entries with '=' sign
- 0.1-6 Fixed weekday numbers explanation
- 0.1-5 Fix: pipe symbol was not handled correctly
- 0.1-4
- Included cron-descriptor upstream change for week/month localizations
- Swedish translation updated
- 0.1-3
- Fix: ignoring settings in crontab led to corruption
- Manage crontab daemon from settings page
- 0.1-2 Fix: try to ignore settings done in crontab
- 0.1-1
- Added Swedish translation
- Localized days of week in cron-descriptor part
- 0.1-0 Initial version
Laatste reacties