https://github.com/finitereality/kdev_discord
A KDevelop plugin which integrates Discord Rich Presence
https://github.com/finitereality/kdev_discord
Last synced: over 1 year ago
JSON representation
A KDevelop plugin which integrates Discord Rich Presence
- Host: GitHub
- URL: https://github.com/finitereality/kdev_discord
- Owner: FiniteReality
- License: mit
- Created: 2018-03-30T18:49:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T15:16:14.000Z (almost 8 years ago)
- Last Synced: 2025-01-10T20:53:04.764Z (over 1 year ago)
- Language: C++
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kdev_discord
A simple KDevelop plugin which integrates [Discord Rich Presence][discordrpc]
to allow other users to see what you're working on.
## Building ##
In theory, it should be as easy as running these shell commands:
```bash
if [ -d build ]; then mkdir build; fi
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
sudo make install
```
And then restarting KDevelop once it has successfully built. If KDevelop does
not detect the kdev_discord plugin, you may need to set your `QT_PLUGIN_PATH`
environment variable before launching KDevelop:
```bash
QT_PLUGIN_PATH=$QT_PLUGIN_PATH:$INSTALL_PREFIX/lib/plugins kdevelop
```
where `INSTALL_PREFIX` is the location where CMake is set to install the
project to.
## Screenshots ##


## TO-DO ##
- Add language recognition based on MIME type
- Potentially add detection for running jobs
- Give friendly names to the plugin in the UI
[discordrpc]: https://github.com/discordapp/discord-rpc