loimu / zeit

Qt frontend to at & crontab CLI utilities

Home Page:https://launchpad.net/zeit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Qt frontend to at & crontab CLI utilities

https://launchpad.net/zeit

License:GNU General Public License v3.0


Languages

Language:C++ 96.2%Language:CMake 2.8%Language:C 1.0%Language:Shell 0.1%