https://github.com/oliverkovacs/wslrpc
Discord Rich Presence for Windows Subsystem for Linux
https://github.com/oliverkovacs/wslrpc
discord nodejs rpc wsl wsl2
Last synced: 2 months ago
JSON representation
Discord Rich Presence for Windows Subsystem for Linux
- Host: GitHub
- URL: https://github.com/oliverkovacs/wslrpc
- Owner: OliverKovacs
- License: mit
- Created: 2020-12-03T11:38:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T14:34:04.000Z (about 4 years ago)
- Last Synced: 2025-04-14T18:15:47.796Z (2 months ago)
- Topics: discord, nodejs, rpc, wsl, wsl2
- Language: JavaScript
- Homepage: https://github.com/OliverKovacs/wslrpc#readme
- Size: 4.88 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# wslrpc
[Discord Rich Presence (RPC)](https://discord.com/rich-presence) for [Windows Subsystem for Linux (WSL, WSL2)](https://docs.microsoft.com/en-us/windows/wsl/about)
### Usage:
You need to have [Node.js](https://nodejs.org/en/) installed on both Windows and WSL for this to work.Install
```bash
# run in WSL
git clone https://github.com/OliverKovacs/wslrpc && cd wslrpc
npm i
sudo ./install.sh
```Uninstall
```bash
# run in WSL
sudo ./uninstall.sh
cd .. && rm -rf wslrpc
```### Config
In `./config.json`.### Note:
Currently only Ubuntu and Kali are directly supported, but it also works with other distros if you configure it manually.