mirror of
https://github.com/loimu/zeit.git
synced 2025-09-15 12:58:44 +08:00
Qt frontend to at & crontab CLI utilities,linux 计划任务GUI界面添加
| .github | ||
| assets | ||
| crontablib | ||
| misc | ||
| src | ||
| tests | ||
| translations | ||
| .gitignore | ||
| .travis.yml | ||
| Changelog | ||
| CMakeLists.txt | ||
| Contributors | ||
| Copying | ||
| Readme.md | ||
| rev | ||
| zeit.kdev4 | ||
| zeit.png | ||
| zeit.qrc | ||
Zeit project
Qt frontend to crontab and at
Features:
- Add, edit and delete
crontabtasks - Add, edit and delete environment variables for
crontab - Add and delete
atcommands - 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
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
