TorchedSammy / litepresence

πŸ“œ Discord rich presence for Lite XL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Litepresence

Discord rich presence for Lite XL.

Litepresence is a very simple plugin which adds a rich presence for Lite XL.

Setup

Litepresence uses a single self-contained Go program to send rich presence data.

You can download it here and just extract it to your Lite XL plugins folder. Alternatively, you can manually compile it with the steps below.

Compiling

Clone this repo into your plugins folder and then compile the presence program. Like so:

git clone https://github.com/TorchedSammy/litepresence
cd litepresence
go get
go build

License

Litepresence is licensed under MIT.

About

πŸ“œ Discord rich presence for Lite XL.

License:MIT License


Languages

Language:Lua 75.5%Language:Go 24.5%