Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loimu/zeit

Qt frontend to at & crontab CLI utilities
https://github.com/loimu/zeit

at crontab linux mirror qt-frontend qt-gui qt5 zeit

Last synced: about 2 months ago
JSON representation

Qt frontend to at & crontab CLI utilities

Awesome Lists containing this project

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
```