An open API service indexing awesome lists of open source software.

https://github.com/thatonecalculator/discordrpcmaker-cli

CLI utility for Discord RPC Maker
https://github.com/thatonecalculator/discordrpcmaker-cli

Last synced: about 1 year ago
JSON representation

CLI utility for Discord RPC Maker

Awesome Lists containing this project

README

          

# DiscordRPCMaker-CLI
CLI utility for [Discord RPC Maker](https://drpcm.t1c.dev), for those who can't stand bloat.

## Install:
[AUR](https://aur.archlinux.org/packages/discordrpcmaker-cli):
```
yay -S discordrpcmaker-cli
```
(replace yay with your AUR helper of choice)

Linux fast install:
```
wget https://github.com/ThatOneCalculator/DiscordRPCMaker-CLI/releases/download/v1.0.0/discordrpcmaker-cli
chmod +x ./discordrpcmaker-cli
sudo mv ./discordrpcmaker-cli /usr/bin/discordrpcmaker-cli
```

Manual binaries:

- **[[Linux](https://github.com/ThatOneCalculator/DiscordRPCMaker-CLI/releases/download/v1.0.0/discordrpcmaker-cli)]**
- **[[Windows](https://github.com/ThatOneCalculator/DiscordRPCMaker-CLI/releases/download/v1.0.0/discordrpcmaker-cli.exe)]**
- **[[macOS](https://github.com/ThatOneCalculator/DiscordRPCMaker-CLI/releases/download/v1.0.0/discordrpcmaker-cli-macos)]**

From source:
```
git clone https://github.com/ThatOneCalculator/DiscordRPCMaker-CLI/
cd DiscordRPCMaker-CLI
npm i
node ./index.js fileid
```

## Run:
Get the file ID from the main app
`discordrpcmaker-cli fileid` to run.

Run in the background with `discordrpcmaker-cli fileid & disown` on Linux/macOS or `start /b discordrpcmaker-cli.exe fileid` on Windows.