cronrunner 2.6.0

Run cron jobs manually.
Documentation

cronrunner

license: GPL v3+ GitHub Tag crates.io GitHub Actions Workflow Status

Run cron jobs manually.[^1]

# m h  dom mon dow   command

@reboot /usr/bin/bash ~/startup.sh

## Track disk space.
30 4 * * * echo $(date) $(df -h | grep "/dev/sda3") >> .disk-space.txt

FOO=:)
0 12 * * * echo $FOO

### Housekeeping

## Prune dangling Docker images.
@daily docker image prune --force

Installation

System-wide

$ git clone https://github.com/qrichert/cronrunner.git
$ cd cronrunner
$ make build
$ sudo make install

Through Cargo

cargo install --git https://github.com/qrichert/cronrunner.git

[^1]: cronrunner used to be a Python project, see 1.1.4.