rust_anybar
v1.0.19
anybar_rs
is a command-line app for controlling the macOS Anybar application.
$PATH
(e.g. /usr/local/bin
)cargo install anybar_rs
anybar_rs --help
.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 [FLAGS] [OPTIONS] <COMMAND>
FLAGS:
-h
, --help
Prints help information
-V
, --version
Prints version information
OPTIONS:
-p
, --port
Set destination UDP port. Input must be 0 – 6553, and defaults to 1738
ARGS:
COMMAND
The command you wish to send to Anybar
Where COMMAND
is one of the following:
Being a stateless protocol, UDP provides no mechanism for checking whether its datagrams arrive.
anybar_rs
will exit with code 0
.command
will print the usage and exit with code 1
.MIT