Discord rich presence for Lite XL.
Litepresence is a very simple plugin which adds a rich presence for Lite XL.
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.
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
Litepresence is licensed under MIT.