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
- Host: GitHub
- URL: https://github.com/thatonecalculator/discordrpcmaker-cli
- Owner: ThatOneCalculator
- License: gpl-3.0
- Created: 2021-05-03T00:45:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T06:38:06.000Z (about 5 years ago)
- Last Synced: 2025-06-12T18:53:01.841Z (about 1 year ago)
- Language: JavaScript
- Size: 39.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.