Skip to content

loimu/zeit

Repository files navigation

Zeit project

Qt frontend to crontab and at

Features:

  • Add, edit and delete crontab tasks
  • Add, edit and delete environment variables for crontab
  • Add and delete at commands
  • Alarms and Timers
  • Optional root actions, PolKit support (KF5Auth and KF5CoreAddons needed)

Build dependencies

Extra CMake Modules, QtBase, QtTools, KF5Auth (optional), KF5CoreAddons (optional)

sudo apt install qtbase5-dev qttools5-dev libkf5auth-dev libkf5coreaddons-dev extra-cmake-modules

Runtime dependencies

libnotify-bin, mpv

Build and run

mkdir build && cd build
cmake ..
make -j2
./src/zeit

Screenshot

Screenshot of the Zeit app

Installation on Ubuntu

# stable releases
sudo add-apt-repository ppa:blaze/main
sudo apt update
sudo apt install zeit

# development snapshots
sudo add-apt-repository ppa:blaze/dev
sudo apt update
sudo apt install zeit