A terminal-based touch typing application built in Rust using the Ratatui library. The app provides an interactive typing experience with switchable templates, designed to help users improve their typing speed and accuracy.
- Terminal-Based: Simple, lightweight, and runs in the terminal for easy accessibility on any platform
- Rust-Based: Built with Rust for performance and reliability
- Switchable Templates: Choose between different templates to customize the typing practice experience
- Stats preview: A built-in stats preview of already done tests
To get a local copy up and running follow these simple example steps.
tukai is available in the Arch Linux extra repository.
pacman -S tukai
cargo install tukai
If you don't have Rust installed, follow the instructions on the official Rust website to install Rust.
Clone this repository to your local machine:
git clone https://github.com/hlsxx/tukai
cd tukai
cargo run
cargo build --release
Key | Alternate Key | Action |
---|---|---|
ctrl-c | esc | Exit the application |
ctrl-r | Restart and generate a new text | |
ctrl-s | Switch between templates | |
ctrl-t | Switch transparent background | |
ctrl-h | ← | Switch to the typing screen |
ctrl-l | → | Switch to the stats screen |
Distributed under the MIT License. See LICENSE
for more information.