Qt frontend to at & crontab CLI utilities,linux 计划任务GUI界面添加
Go to file
2018-07-29 13:41:18 +03:00
crontablib CMake: make include dirs target-specific and private 2018-07-29 13:41:18 +03:00
icons fallback icons added 2016-08-15 12:34:27 +03:00
src CMake: make include dirs target-specific and private 2018-07-29 13:41:18 +03:00
tests CMake: make include dirs target-specific and private 2018-07-29 13:41:18 +03:00
translations update russian translation 2018-02-26 11:29:32 +03:00
.hgignore lift-off 2015-09-26 19:52:38 +03:00
.hgtags Added tag v0.4.0 for changeset 993d033c461e 2018-06-17 12:05:37 +03:00
.travis.yml travis: one more dep 2016-08-13 08:42:37 +03:00
Changelog add changelog file 2018-06-17 10:40:26 +03:00
CMakeLists.txt CMake: make include dirs target-specific and private 2018-07-29 13:41:18 +03:00
Copying update Readme.md, rename license file 2018-02-15 19:06:23 +03:00
Readme.md update Readme.md, rename license file 2018-02-15 19:06:23 +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

Build and run

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

Screenshot

Screenshot of the Zeit app

Installation on Ubuntu

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