A command line tool to speed read documents.
If you have the go tooling installed simply do
go install github.com/justynhunter/sreadotherwise...
- Download from the current release to the right 👉
- Unzip the file and move the binary to somewhere in your $PATH (e.g.
mv sread /usr/local/bin) - Use following the usage instructions below.
cat your_doc | sread -w 200or
sread my_file.txt --no-highlight| flag | short | default | purpose |
|---|---|---|---|
| --words-per-minute | -w | 300 | the speed the words are shown |
| --highlight-color | -c | #FF0088 | color of the 'center' character |
| --no-highlight | -n | false | don't highlight the 'center' character |