speedread: add page (#11192)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: pixel <pixel+github@chrissx.de>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
pull/23/head
Qwerty-Space 2023-11-15 09:34:04 +00:00 committed by GitHub
parent 544c3261cb
commit b73b04ab15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

29
pages/linux/speedread.md Normal file
View File

@ -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: <https://github.com/pasky/speedread>.
- 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:
`<space>`