OKABE(5)

2024-05-07

NAME

okabe - initialization file format for timers

DESCRIPTION

The initialization file for okabe contains the timers with their name and their initial duration.

Each line corresponds to one timer. It is of the format:

name=duration

Empty lines are allowed. Leading or trailing spaces are ignored both for the name and the duration.

The duration is a sequence of possibly signed decimal numbers. Each has an optional fraction and a unit suffix. Valid units are "ns", "us" (or "µs"), "ms", "s", "m" and "h".

EXAMPLES

start=1h30m
part1=-45m
part2=36m
pause=20m
part3=67m
ending=54m

SEE ALSO

okabe(1)

AUTHORS

Created and maintained by Hannes Braun <hannes@hannesbraun.net>. Up-to-date sources can be found at https://git.sr.ht/~hannes/okabe. Bugs and patches can be submitted by email to ~hannes/public-inbox@lists.sr.ht.