Command-line script used to improve keyboard typing. Fast and easy to use with custom training texts.
I always find myself typing some specific words/characters wrong. The idea is to create a simple program which collects typing statistics and captures problematic areas. Which also should be able to generate custom training data aimed at improving the user's typing skill based on previous results.
// Command-line training text
$ typo "This is a command-line text"
// Text file containing training text
$ typo -f samples/alphabet
// Piped training text
$ echo "This is a piped text" | typo
// Randomly generated training text
$ rnd-gen 80 "sdf jkl" | typo
No releases yet.
This project is licensed under GPLv3.