/kronicle

Kronicle is a simple hourly job scheduler CLI application for Linux writen in Rust 🦀

Primary LanguageRustBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

icon

Kronicle

About

Kronicle is a simple hourly job scheduler CLI application for Linux writen in Rust 🦀

Key Feature

  • Custimize the kronicle-jobs bash file to do anything you want job-wise at an hourly base.

Requirements

Edit the kronicle.service file before installing and add your username on the User= section, save the file and close it.

[...]
RestartSec=1
User=<username>
Group=wheel
[...]

Install

  • After editing the kronicle-jobs and kronicle.service files you're ready to install.
  • After installation you can edit ~/.bin/kronicle-jobs at anytime.

From the repository

cd $HOME
git clone https://github.com/estatra/kronicle.git
cd kronicle
chmod u+x install.sh
sh ./install.sh

Uninstall

chmod u+x uninstall.sh
sh ./uninstall.sh

Copyright

Kronicle © 2020 Cristiano Vitorino, BSD-3-Clause license

The Kronicle logo is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License


Creative Commons License