## A simple CLI tool for Discord RPC status ![](demo.png) ```txt Usage: simple-discord-rpc [OPTIONS] Options: -c, --client-id -s, --state -d, --details
-K, --large-image-key -T, --large-image-text -k, --small-image-key -t, --small-image-text -h, --help Print help -V, --version Print version ``` ## Installation - From crates.io ```bash cargo install simple-discord-rpc ``` - From source ```bash # have rust build utils installed git clone https://github.com/DaBigBlob/simple-discord-rpc.git cd simple-discord-rpc cargo build --release ./target/release/simple-discord-rpc # this^ is your binary. rename/relocate as you wish ```