/gcron

Manage and understand your cron configuration with ease

Primary LanguageValaGNU General Public License v3.0GPL-3.0

Build Status

Icon

Gcron

Handle your cron configuration

Get it on AppCenter

Screenshot

How does it work

  • 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

Built for elementary OS

While Gcron will be compiling on any Linux distribution, it is primarily built for elementary OS.

Get it on AppCenter

Developing and building

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