Qt frontend to at & crontab CLI utilities,linux 计划任务GUI界面添加
Go to file
2021-04-25 18:09:50 +03:00
.github add funding file 2019-09-23 18:52:42 +03:00
assets add images 2019-09-23 18:53:49 +03:00
crontablib crontablib: fix formatting, replace tabs with spaces 2021-04-24 17:34:10 +03:00
misc add a pixmap 2020-10-17 18:34:52 +03:00
src zeit: show build date 2021-04-25 18:09:50 +03:00
tests CMake: make include dirs target-specific and private 2018-07-29 13:41:18 +03:00
translations zeit: update translations 2021-04-25 18:08:13 +03:00
.gitignore replace .hgignore with .gitignore 2020-03-13 09:43:06 +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 add .desktop file 2020-10-16 22:32:22 +03:00
Copying update Readme.md, rename license file 2018-02-15 19:06:23 +03:00
Readme.md update readme file 2019-09-23 18:55:20 +03:00
zeit.kdev4 replace .hgignore with .gitignore 2020-03-13 09:43:06 +03:00
zeit.png AboutDialog: improvements 2016-07-01 18:13:26 +03:00
zeit.qrc zeit: remove fallback icons as it was just a workaround for a problem fixed long time ago 2021-04-25 10:23: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