tdsr
tdsr copied to clipboard
A console screen reader for macOS and Linux
Hi. Please test it against the new beta, macOS 13.0, and you will get constant crashes, especially while typing.
Just pulled in the latest version of TTDSR and am now unable to use it as it keeps saying that it cannot find the foundation module from line 4. I've...
what about m1 macbooks?
This isn't strictly about tdsr. I'm the author of [WezTerm](https://wezfurlong.org/wezterm) and I'm currently thinking about what a first-class terminal screen reader experience might look like. I don't know much about...
Add a setting to automatically echo previous word after a space. Default to True.
Fix most of the pylint problems without rewriting any code. e.i. spacing and variable naming.
Emacspeak already has a [very robust protocol for implementing speech servers](http://tvraman.github.io/emacspeak/manual/TTS-Servers.html). It would be great to implement this for tdsr. some reasons for doing this include: 1. Ability to use...
Currently, all navigation commands are bound by the current screen. This makes it impossible to check what is not on the screen yet without using a screen reader to scroll.
Currently, when jumping to the beginning and end of the current command line using ctrl+a and ctrl+e, tdsr does not speak anything. This is a small patch to make that...