https://github.com/c-loftus/orca-controller
A golang client for controlling the Orca screen reader over dbus
https://github.com/c-loftus/orca-controller
accessibility gnome golang orca screenreader
Last synced: 6 months ago
JSON representation
A golang client for controlling the Orca screen reader over dbus
- Host: GitHub
- URL: https://github.com/c-loftus/orca-controller
- Owner: C-Loftus
- License: agpl-3.0
- Created: 2025-06-20T01:13:57.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-26T14:11:40.000Z (7 months ago)
- Last Synced: 2025-07-26T19:33:41.381Z (7 months ago)
- Topics: accessibility, gnome, golang, orca, screenreader
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Orca Controller Client
This repository contains autogenerated golang client code for interprocess communication with the Orca screen reader over dbus.
In order to use this library to communicate with Orca or regenerate bindings, you must use Orca version `49.alpha` or newer. This library may change as Orca dbus bindings are not yet stable until the release of Orca v49.0
For examples of using this client library see the [test file](./lib_test.go)
## Installing
Run the following command to install the library in your go project
```
go get github.com/c-loftus/orca-controller
```
## Info
https://gitlab.gnome.org/GNOME/orca/-/blob/main/README-REMOTE-CONTROLLER.md