guile-clipboard-speaker

Accessibility tool that reads the contents of your clipboard buffer. Meant to be run with keybindings / shortcuts.
git clone https://kaka.farm/~git/guile-clipboard-speaker
Log | Files | Refs | README | LICENSE

commit 44d3e62f15a6cbbba557f821e4911cee4d6a1a18
parent 16e062d2f85c39a28364745b8048ef589425ff8f
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sat, 10 Aug 2024 06:06:30 +0300

Add a bad and incomplete mdoc manpage.

Diffstat:
Aclipboard-speaker.1 | 53+++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+), 0 deletions(-)

diff --git a/clipboard-speaker.1 b/clipboard-speaker.1 @@ -0,0 +1,53 @@ +.\" The following commands are required for all man pages. +.Dd 2024-08-10 +.Dt clipboard-speaker 69 poop +.Os +.Sh CLIPBOARD-SPEAKER +.Nm clipboard-speaker +.Nd Reads aloud whatever you have in your clipboard. +.\" This next command is for sections 2 and 3 only. +.\" .Sh LIBRARY +.Sh SYNOPSIS +Use this tool to read a paragraph in a webpage or some other document. +.Bl -enum +.It +Select some text. While the text is highlighted, +.It +press the keybinding assigned to the `clipboard-reader` executable to start the reading of the highlighted text. +.It +(optional, while `clipboard-speaker` is reading the text) Select some more text and press the keybinding that starts `clipboard-reader`. The selected text will be added to the text buffer and will be read right after the last bunch of text. +.It +(optional) GOTO 3. +.It +(optional) Press the other keybinding assigned to the `clipboard-reader --kill` script to make your computer stop speaking and clear the text buffer. +.El +.Sh DESCRIPTION +.\" The following commands should be uncommented and +.\" used where appropriate. +.\" .Sh IMPLEMENTATION NOTES +.\" This next command is for sections 2, 3, and 9 only +.\" (function return values). +.\" .Sh RETURN VALUES +.\" This next command is for sections 1, 6, 7, and 8 only. +.\" .Sh ENVIRONMENT +.\" .Sh FILES +.\" This next command is for sections 1, 6, and 8 only +.\" (command return values to the shell). +.\" .Sh EXIT STATUS +.\" .Sh EXAMPLES +.\" This next command is for sections 1, 4, 6, 7, 8, and 9 only +.\" (fprintf/stderr type diagnostics). +.\" .Sh DIAGNOSTICS +.\" .Sh COMPATIBILITY +.\" This next command is for sections 2, 3, 4, and 9 only +.\" (settings of the errno variable). +.\" .Sh ERRORS +.Sh SEE ALSO +.Xr espeak-ng 1 , +.Xr guile 1 , +.Xr xsel 1x +.\" .Sh STANDARDS +.\" .Sh HISTORY +.\" .Sh AUTHORS +.\" .Sh CAVEATS +.\" .Sh BUGS