A terminal-based typing test application similar to MonkeyType, built with Rust and the Ratatui library.
- Clone the repository:
git clone https://github.com/RobbyV2/tuitype.git
cd tuitype
- Run the application:
cargo run
- WIP
- Use your keyboard
- Press
Esc
to open the TUI menu- From here you can look at the help menu, or change various settings
TuiType saves configuration in your system's config directory:
- Windows:
%APPDATA%\tuitype\config.json
- macOS:
~/Library/Application Support/tuitype/config.json
- Linux:
~/.config/tuitype/config.json
MIT