This is a simple typing utility similar to monkeytype or many online typing tests that allows you to practice typing within your terminal. I wrote it as an exercise while learning Rust.
To run development / debug mode just run:
cargo runTo build a release run:
cargo build --releaseTo install the app, just copy built binary to some directory under path, for example:
sudo cp target/release/ttt /usr/local/bin/