This is an app for controlling the Anybar application.
cargo build --release
from the project root target/release/anybar_rs
$PATH
.anybar_rs
assumes that Anybar is bound to localhost on UDP port 1738. You can alter this by changing the listen_addr
value in the main()
function within main.rs.
Call it like so: anybar_rs [command]
, where command
is one of the following:
MIT