simple-discord-rpc

Crates.iosimple-discord-rpc
lib.rssimple-discord-rpc
version0.1.2
sourcesrc
created_at2024-01-02 10:44:56.356329
updated_at2024-01-02 11:40:14.85633
descriptionSimple cross-platform discord RPC CLI.
homepagehttps://github.com/DaBigBlob/simple-discord-rpc
repositoryhttps://github.com/DaBigBlob/simple-discord-rpc
max_upload_size
id1086120
size71,331
localbox (DaBigBlob)

documentation

https://github.com/DaBigBlob/simple-discord-rpc

README

A simple CLI tool for Discord RPC status

Usage: simple-discord-rpc [OPTIONS]

Options:
  -c, --client-id <CLIENT_ID>                
  -s, --state <STATE>                        
  -d, --details <DETAILS>                    
  -K, --large-image-key <LARGE_IMAGE_KEY>    
  -T, --large-image-text <LARGE_IMAGE_TEXT>  
  -k, --small-image-key <SMALL_IMAGE_KEY>    
  -t, --small-image-text <SMALL_IMAGE_TEXT>  
  -h, --help                                 Print help
  -V, --version                              Print version

Installation

  • From crates.io
cargo install simple-discord-rpc
  • From source
# 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
Commit count: 0

cargo fmt