A minimalist typing practice tool in the terminal.
First ensure rust is installed and up to date.
Then install thyper
with cargo:
cargo install thyper
To run in normal mode, simply run:
thyper
To run in quick mode (no menus), use the --quick
or -q
flag:
thyper -q
To just print out scores (personal best, average), use the --scores
or -s
flag:
thyper -s
That's it!