guile-clipboard-speaker

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit d60f20df5ccae83e0202eb2826aa01d988f849f2
parent bb1e52851bc9eb2a0d12e7ecf9a84a522823084f
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Wed,  8 Mar 2023 10:05:27 +0200

Remove old shell version instructions.

Diffstat:
MREADME.md | 23-----------------------
1 file changed, 0 insertions(+), 23 deletions(-)

diff --git a/README.md b/README.md @@ -92,26 +92,3 @@ Gnome Settings 4. (optional) GOTO 3. 5. (optional) Press the other keybinding assigned to the `clipboard-reader-kill` script to make your computer stop speaking and clear the text buffer. - -## Older shell version: - -### Dependencies: - -* http://software.clapper.org/daemonize/ -* https://github.com/espeak-ng/espeak-ng/ -* https://github.com/kfish/xsel - -### Installation: - -1. Install the dependencies: - `apt install daemonize espeak-ng xsel` -2. Copy the two executable scripts into your home bin directory: - `cp clipboard-speaker clipboard-speaker-kill ~/bin/` -3. Add the key bindings in: - `Gnome Settings → Keyboard Shortcuts → All the way down and press the + button` - -### Usage: - -1. Select some text. -2. Press the keybinding to start `clipboard-reader`. Your computer is now speaking the stuff in the selection. -3. (optional) Press the other keybinding to start `clipboard-reader-kill` and make computer stop speaking.