A terminal-based speed reader that displays text using the Rapid Serial Visual Presentation (RSVP) technique with Optimal Recognition Point (ORP) highlighting.
go install github.com/varunrandery/skim@latestOr build from source:
go build -o skimskim [options] [file|url]skim document.txt
skim -wpm 400 article.md
skim http://httpbin.org/html
cat book.md | skim
llm 'Explain what stdin is' | skim
skim # Opens file pickerMIT
