Skip to content

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

License

Notifications You must be signed in to change notification settings

cristianovitorino/kronicle

Repository files navigation

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