You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that this is an early version of cronedit. Versions 0.X.X should be considered beta versions and probably not suited for use in critical production environments. Recommended for use only in testing environments.
If you want to be extra safe, or just play around, copy crontab contents into a file and edit that file with cronedit:
# copy crontab contents to .txt file
crontab -l > foobar.txt
# edit that file via cronedit
./cronedit foobar.txt
All pre-built binaries are available under Releases.
Usage
$ cronedit --help
cronedit v0.2.0
Usage:
./bin/cronedit
./bin/cronedit <file>
Arguments:
file If given, this file is read and written to
instead of modifying crontab directly via
the 'crontab'command
Options:
-h, --help Show this help message
-v, --version Show cronedit version
Information about backups:
Upon saving changes, previous crontab version is backed up
into folder '$HOME/.cronedit'.
Source:
This program is open source and available at:
https://github.com/codeclown/cronedit