CLI made for fast reading, showing only one word at a time.
npm i -g metaxa
- Show text from file in < file_path > with delay between words in < delay > (default 250WPM)
metaxa start <path> [<delay>]
or
npx metaxa start <path> [<delay>]
where < path > is a path to your .txt file with text to read and < delay > is the speed of the words in words per minute (WPM)
- Show number of words, sentences, and absolute path of file in < file_path >
metaxa stats <file_path>
- Show text from text wrapped with '' or "" in < text >, with delay between words in < delay > (default 250WPM)
metaxa read <text> [<delay>]
Contributions are welcome, check Issues!
If you like the project make sure to hit ⭐
Checkout our Contributors
This project is under MIT license