commit 06cbcccbe7be78b9a0ce669f982aad557ceba85b
parent 3d3c31fc21e3e561b66daeecaa636cb03078149c
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Fri, 5 Jan 2024 01:18:37 +0200
Add a helpful help message to clipboard-speaker, and link to my GNU Guix channel.
Diffstat:
2 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/kakafarm/software.scm b/kakafarm/software.scm
@@ -7,4 +7,8 @@
`(div (ul (li (a (@ (href "diceware.html"))
"Diceware!"))
(li (a (@ (href "clipboard-speaker.html"))
- "Clipboard Speaker!")))))))
+ "Clipboard Speaker!"))
+ (li
+ (a (@ (href "https://codeberg.org/kakafarm/guix-kakafarm-channel/"))
+ "GNU Guix Kakafarm Channel!")
+ " (a modest GNU Guix channel I manage)."))))))
diff --git a/kakafarm/software/clipboard-speaker.scm b/kakafarm/software/clipboard-speaker.scm
@@ -31,6 +31,30 @@
"Clipboard Speaker's Sourcehut repositories")
(h3 "GNU Guile Clipboard Speaker")
+
+ (h4 "A helpful help message:")
+
+ (pre
+ "$ 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.")
+
+ (h4 "Repository:")
+
(p "The current rewrite it in GNU Guile:"
(a (@ (href "https://git.sr.ht/~kakafarm/clipboard-speaker/"))
"GNU Guile Clipboard Speaker's Sourcehut repository"))