https://github.com/yakiyo/gorp
Simple rich-presence client for discord
https://github.com/yakiyo/gorp
discord discord-rpc rich-presence tray-application
Last synced: about 1 month ago
JSON representation
Simple rich-presence client for discord
- Host: GitHub
- URL: https://github.com/yakiyo/gorp
- Owner: Yakiyo
- License: mit
- Created: 2024-02-02T15:34:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T02:09:24.000Z (over 2 years ago)
- Last Synced: 2024-12-28T00:43:37.803Z (over 1 year ago)
- Topics: discord, discord-rpc, rich-presence, tray-application
- Language: Go
- Homepage:
- Size: 446 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gorp
A simple rich presence client for discord. This is a rewrite of [crp](https://github.com/Yakiyo/crp). While both of
them do the same thing, gorp is a tray application while crp is a console client. When running crp, it opens up a
terminal window, but gorp doesn't open up any windows, but rather shows up in the system tray. This lets the app
run in the background without cluttering the taskbar.
Currently prebuilt binaries are available only for windows. This is due to the [systray](https://github.com/fyne-io/systray)
library being hard to cross-compile. Before running gorp, make sure there is a `config.toml` file located in the same
directory as the app. A demo config file with full documentation can be found at [`./config.toml`](config.toml).
## Installation
Just download the archive from [release](https://github.com/Yakiyo/gorp/releases) section and unzip it. Also copy and
paste [`./config.toml`](config.toml) file into the same folder as the app. You can edit it as you want. After that,
just run the app. You should see it in the system tray. For stopping the app, click on the app icon on the tray and press
quit. Press reload to reload the config file.