3 个版本
0.1.2 | 2024年1月2日 |
---|---|
0.1.1 | 2024年1月2日 |
0.1.0 | 2024年1月2日 |
#963 在 命令行工具 中
62KB
66 代码行
Discord RPC 状态的简单 CLI 工具
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
安装
- 从 crates.io
cargo install simple-discord-rpc
- 从源代码
# 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
依赖关系
~2–3MB
~59K SLoC