Crates.io | thyper |
lib.rs | thyper |
version | 0.1.2 |
source | src |
created_at | 2024-06-08 16:31:52.33537 |
updated_at | 2024-06-08 18:15:14.7399 |
description | A minimalist typing practice tool in the terminal |
homepage | |
repository | https://github.com/RDO34/thyper |
max_upload_size | |
id | 1265831 |
size | 68,755 |
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!