# zeit **Repository Path**: inacceleration/zeit ## Basic Information - **Project Name**: zeit - **Description**: Qt frontend to at & crontab CLI utilities(linux桌面版定时任务管理器) - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-08 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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) ```bash sudo apt install qtbase5-dev qttools5-dev libkf5auth-dev libkf5coreaddons-dev extra-cmake-modules ``` ### Runtime dependencies ### libnotify-bin, mpv ### Build and run ### ```bash mkdir build && cd build cmake .. make -j2 ./src/zeit ``` ### Screenshot ### ![Screenshot of the Zeit app](https://raw.githubusercontent.com/loimu/zeit/master/assets/screenshot.png) ### Installation on Ubuntu ### ```bash # 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 ```