Qt frontend to at & crontab CLI utilities,linux 计划任务GUI界面添加
Go to file
2024-10-11 21:57:00 +03:00
.github add funding file 2019-09-23 18:52:42 +03:00
assets Update version and change branding a bit 2022-12-04 23:36:03 +03:00
crontablib Minor cosmetic changes: suppress warnings 2024-08-04 14:59:20 +03:00
misc add a pixmap 2020-10-17 18:34:52 +03:00
src CMake: quick followup 2024-10-11 21:57:00 +03:00
tests CMake: make include dirs target-specific and private 2018-07-29 13:41:18 +03:00
translations Add Belarusian translation 2023-05-21 22:44:58 +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 2021-04-26 19:01:13 +03:00
CMakeLists.txt Port away from QRegEx, drop support of Qt versions below 5.14, add an option to build with Qt6 2024-08-04 14:29:02 +03:00
Contributors Add Swedish translation to project 2022-12-04 23:17:39 +03:00
Copying update Readme.md, rename license file 2018-02-15 19:06:23 +03:00
Readme.md Add dependencies information 2022-11-28 23:47:18 +03:00
rev zeit: add revision information 2021-05-03 23:29:34 +03:00
zeit.kdev4 replace .hgignore with .gitignore 2020-03-13 09:43:06 +03:00
zeit.png Update version and change branding a bit 2022-12-04 23:36:03 +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 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