From b73b04ab1539784bf09283df9ccf1b5ca5341498 Mon Sep 17 00:00:00 2001 From: Qwerty-Space Date: Wed, 15 Nov 2023 09:34:04 +0000 Subject: [PATCH] speedread: add page (#11192) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: pixel Co-authored-by: K.B.Dharun Krishna Co-authored-by: Reinhart Previano Koentjoro --- pages/linux/speedread.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pages/linux/speedread.md diff --git a/pages/linux/speedread.md b/pages/linux/speedread.md new file mode 100644 index 000000000..c82d002d3 --- /dev/null +++ b/pages/linux/speedread.md @@ -0,0 +1,29 @@ +# speedread + +> A simple terminal-based open source Spritz-alike. +> Shows input text as a per-word RSVP (rapid serial visual presentation) aligned on optimal reading points, which allows reading text at a much more rapid pace than usual as the eye can stay fixed on a single place. +> More information: . + +- Read a text file at a specific speed: + +`cat {{path/to/file.txt}} | speedread -wpm {{250}}` + +- Resume from a specific line: + +`cat {{path/to/file.txt}} | speedread -resume {{5}}` + +- Show multiple words at a time: + +`cat {{path/to/file.txt}} | speedread -multiword` + +- Slow down by 10% during the reading session: + +`[` + +- Speed up by 10% during the reading session: + +`]` + +- Pause, and show the last few lines as context: + +``