Handle your cron configuration
- Gcron reads your cron configuration at startup and initializes its content based on it
- The user can display a cron input or explain it to get a better understanding
- The user can as well add a cron line to its cron configuration
While Gcron will be compiling on any Linux distribution, it is primarily built for elementary OS.
Development is targeted at elementary OS Juno. If you want to hack on and build Badger yourself, you'll need the following dependencies:
- libgranite-dev
- libgtk-3-dev
- meson
- valac
You can install them on elementary OS Juno with:
sudo apt install elementary-sdk
Run meson build
to configure the build environment and run ninja install
to install:
meson build --prefix=/usr
cd build
sudo ninja install
Then run it with:
com.github.padjis.gcron