cargo install chapchap
$ cargo build --release
$ sudo cp target/release/chapchap /usr/local/bin/
Soon
the config file is config.toml
that must be present next to binary
file while running.
The format of each App
section in config file is like following:
[AppName]
enabled = true
slices = [ [hh:mm:ss, hh:mm:ss] ] # you can write multiple time slice
black_list = false # time slices are black list or white list?
command = "mpv" # the command that application is running from
Note: slices
filed consist of an array of time slices like [start,
end].
There is a config.tonl
file in repository for example.
Apache v2 or MIT by your choice