Skip to content
/ zeit Public

Qt frontend to at & crontab CLI utilities

License

Notifications You must be signed in to change notification settings

loimu/zeit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d00b415 Â· Oct 11, 2024
Sep 23, 2019
Dec 4, 2022
Aug 4, 2024
Oct 17, 2020
Oct 11, 2024
Jul 29, 2018
May 21, 2023
Mar 13, 2020
Aug 13, 2016
Aug 4, 2024
Apr 26, 2021
Dec 4, 2022
Feb 15, 2018
Nov 28, 2022
May 3, 2021
Mar 13, 2020
Dec 4, 2022
Apr 25, 2021

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