diff options
author | Loren Burkholder <55629213+LorenDB@users.noreply.github.com> | 2022-04-14 11:02:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 15:02:55 +0000 |
commit | 686ebfdbecbcacdbdba6c6289f22479c2fe5133e (patch) | |
tree | ef4124f0ad74d78612555160bfd556a8e98d068b /README.md | |
parent | Translated using Weblate (Finnish) (diff) | |
download | nheko-686ebfdbecbcacdbdba6c6289f22479c2fe5133e.tar.xz |
Add D-Bus API (#916)
This adds functionality for viewing joined rooms and activating rooms.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md index 0a89097d..06180735 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Specifically there is support for: - Room switcher (ctrl-K). - Light, Dark & System themes. - Creating separate profiles (command line only, use `-p name`). +- D-Bus API to allow integration with third-party plugins (does not support Windows or macOS). ## Installation @@ -156,6 +157,12 @@ with [Chocolatey](https://chocolatey.org/): choco install nheko-reborn ``` +#### D-Bus plugins + +nheko does not provide binaries for any D-Bus plugins. However, we do provide the following list of known plugins: + +- [nheko-krunner](https://github.com/LorenDB/nheko-krunner) + ### FAQ --- @@ -409,7 +416,12 @@ Also copy the respective cmark.dll to the binary dir from `build/cmark-build/src ### Contributing -See [CONTRIBUTING](.github/CONTRIBUTING.md) +See [CONTRIBUTING](.github/CONTRIBUTING.md). + +### Using the D-Bus API + +Currently, there is no documentation for the D-Bus API, so if you'd like to make use of it, come ask +for support in [#nheko:nheko.im](https://matrix.to/#/#nheko:nheko.im). ### Screens |