Crates.io | tukai |
lib.rs | tukai |
version | |
source | src |
created_at | 2024-11-07 12:36:06.94824+00 |
updated_at | 2025-01-30 13:52:40.358443+00 |
description | The app provides an interactive typing experience with switchable templates, designed to help users improve their typing speed and accuracy. |
homepage | |
repository | https://github.com/hlsxx/tukai |
max_upload_size | |
id | 1439744 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Terminal based touch typing application
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.
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 |
ctrl-p | Switch the language |
Distributed under the MIT License. See LICENSE
for more information.