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界面添加
| crontablib | ||
| icons | ||
| src | ||
| tests | ||
| translations | ||
| .hgignore | ||
| .hgtags | ||
| .travis.yml | ||
| Changelog | ||
| CMakeLists.txt | ||
| Copying | ||
| Readme.md | ||
| 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
Build and run
mkdir build && cd build
cmake ..
make -j2
./src/zeit
Screenshot
Installation on Ubuntu
sudo add-apt-repository ppa:blaze/main
sudo apt update
sudo apt install zeit
