anybar_rs
is a command-line app for controlling the Anybar application.
$PATH
cargo build --release
from the project roottarget/release/anybar_rs
$PATH
.By default, anybar_rs
assumes that Anybar is bound to localhost on UDP port 1738. Call it like so:
anybar_rs [command]
You can send to a different port by calling the program with the -p
or --port
option:
anybar_rs -p --port [number] [command]
Where command
is one of the following:
(For the sake of practicality, uppercase and mixed-case input is accepted)
Being a stateless protocol, UDP provides no mechanism for checking whether its datagrams arrive.
anybar_rs
will exit with code 0
.-p
will print usage and exit with code 1
.MIT