@milo-g/typing-test
v1.1.0
Published
A basic English command-line typing speed test. Save your results and use the analysis function periodically to follow your growth.
Downloads
4
Readme
Command Line Typing Test
A basic, lightweight English typing speed test operated from the command line.
Test your typing speed quickly by choosing from the top 200 words or top 1000 most common English words. The test is timed with limits ranging from thirty seconds to five minutes.
Installation:
npm i -g @milo-g/typing-test
The test results can be saved after completion, and will default to $HOMEDIR/tt-result
. The desired path will be requested upon the first launch.
Removal:
npm un -g @milo-g/typing-test
Usage:
To start the program, run:
ttest
Select a mode, basic
or advanced
, which are the top 200 and top 1000 words respectively, then a time limit.
Start the test by pressing any key and type the highlighted words, pressing space to advance. After the test is complete, the program will ask to save the result. While in the test, quit anytime by pressing esc
.
Use the analysis
function to get statistics on your aggregate results, and use the clear data
option to clear all results.