LinuxCommandLibrary

speedread

A simple terminal-based open source Spritz-alike.

TLDR

Read a text file at a specific speed

$ cat [path/to/file.txt] | speedread -wpm [250]
copy


Resume from a specific line
$ cat [path/to/file.txt] | speedread -resume [5]
copy


Show multiple words at a time
$ cat [path/to/file.txt] | speedread -multiword
copy


Slow down by 10% during the reading session
$ [
copy


Speed up by 10% during the reading session
$ ]
copy


Pause, and show the last few lines as context
$ <space>
copy

Copied to clipboard