Command line reader based on the Spritz fast reading method.
Essentially, we want to boost our reading speed from maybe 100-200 wpm (depending on the material) to maybe 250-300 wpm by "forcing" our eyes and brain to process words and remove the need for our eyes to move along the lines of a text. With a fixated gaze, one is supposed to be able to read faster and less prone to be distracted.
go build main.go- set up your terminal --> font size, window size, etc.
./main <filename>or./main <filename> <wpm>
- Read commandline input for the text to process.
- Break down sentences into words and show up in the terminal. (The original Spritz method involves coloring the
center of gravityin the word) - Maintain a clear screen.
- Read file line by line
- Print line by line, and only one line
- Print given number of words with the correct wpm
- Spritz
- ANSI escape code
- web app
- similar projects