| Crates.io | cli-type |
| lib.rs | cli-type |
| version | 0.1.1 |
| created_at | 2025-07-10 10:15:30.424201+00 |
| updated_at | 2025-07-11 04:21:03.932459+00 |
| description | A fast Rust-based terminal typing test |
| homepage | |
| repository | https://github.com/AvhiMaz/cargo-type |
| max_upload_size | |
| id | 1746120 |
| size | 22,893 |
A blazing fast, minimal, and fun terminal typing speed test, built in Rust.
Measures WPM, and gives you real-time feedback — all in your terminal.
cargo install cli-type
Once installed, just run:
cli-type
You’ll see something like:
Type the following:
> let boxed: Box<dyn Fn()> = Box::new(|| println!("hello from box"));
Start typing:
>
And once you finish typing the sentence correctly, it will show:
Time taken: 7.32 seconds
WPM: 42.83
Accuracy: 97.06%
crossterm and randClone and build locally:
git clone https://github.com/yourname/cli-type.git
cd cli-type
cargo run
Pull requests welcome! To run locally:
cargo run