Qt frontend to at & crontab CLI utilities,linux 计划任务GUI界面添加
Go to file
2019-09-23 18:52:42 +03:00
.github add funding file 2019-09-23 18:52:42 +03:00
crontablib crontablib: use more effective container instead of QList 2019-03-29 23:44:17 +03:00
icons fallback icons added 2016-08-15 12:34:27 +03:00
src zeit: use ECM instead of setting install directories manually 2019-08-07 14:19:47 +03:00
tests CMake: make include dirs target-specific and private 2018-07-29 13:41:18 +03:00
translations zeit: update the translation 2019-03-30 17:51:20 +03:00
.hgignore lift-off 2015-09-26 19:52:38 +03:00
.hgtags Added tag v0.5.0 for changeset 8c7e0273b03f 2019-03-30 18:51:49 +03:00
.travis.yml travis: one more dep 2016-08-13 08:42:37 +03:00
Changelog update changelog 2019-03-27 10:30:41 +03:00
CMakeLists.txt zeit: update version 2019-08-07 13:09:11 +03:00
Copying update Readme.md, rename license file 2018-02-15 19:06:23 +03:00
Readme.md update readme file 2019-03-26 18:10:03 +03:00
zeit.png AboutDialog: improvements 2016-07-01 18:13:26 +03:00
zeit.qrc fallback icons added 2016-08-15 12:34:27 +03:00

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 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