An accessibility tool that reads the marked text or the clipboard contents.
In X there are three different clipboards, so you need to decide from which of those three clipboards you'd get the text.
Normally you would set four of the window manager's key bindings for this command - one for each of the three clipboards (I myself only set bindings for two of the clipboards), and the fourth for killing the program.
clipboard-speaker --clipboard-type=p
clipboard-speaker --clipboard-type=b
clipboard-speaker --kill
$ clipboard-speaker --help Usage: clipboard-speaker [--kill] [-f] [-l] [-w 230] [--clipboard-speaker-path=] [--clipboard-type=b/s/p (choose b or s or p)] [--words-per-minute=170] Keywords: --clipboard-speaker-path Path to the clipboard-speaker settings directory. --clipboard-type Type of clipboard (b, s, or p) --fifo-file-path -f Path to FIFO file. --kill Kill the espeak-ng loop process. --lock-file-path -l Path to lock file. --words-per-minute Words per minute spoken. --words-per-minute -w Words per minute spoken.
NOTICE: The Python version is obsolete. Use the GNU Guile one instead.
clipboard-speaker -p
clipboard-speaker -b
Kaka Farm by Yuval Langer is licensed under Attribution-ShareAlike 4.0 International