Practice touch typing in the commandline and measure your skills. Coauthored by qwhex.
npm install -g balzss/cli-typer
git clone https://github.com/GLUD/cli-learn-typing.git
cd cli-learn-typing
npm install
npm build
npm install -g . # optional
node dist/index.js
- node.js >= 6.4.0
- Typescript
cli-typer [options]
-h, --helpShow help-t, --timeGiven time in seconds to complete the test-l, --langGive words to practice in 'en' or 'es'-w, --wordsNumber of words to display per line-i, --inputPath to a wordlist file with new line separated words-V, --verboseShow settings on start-s, --savePath to file for saving results
When called with the -s, --save option, results will be written to a file at the given path. Results are appended to the end of a tab-separated file so you can track your progress over time.
You can find additional wordlists in the /usr/share/dict directory and use them like so:
cli-typer -i /usr/share/dict/words
Install dictionaries on debian-based distributions with the sudo apt install w[lang] command, e.g. sudo apt install wfrench to install the French wordlist. Check out available packages here.
