TL;DR — Quick Summary
ttyper is a terminal typing test. Practice typing with WPM tracking, accuracy stats, custom word lists, and beautiful TUI — improve your typing speed from the CLI.
ttyper tests your typing speed. WPM, accuracy, custom lists — right in the terminal.
Installation
# Cargo
cargo install ttyper
Usage
# Default typing test
ttyper
# Custom word count
ttyper --words 50
# Specific language
ttyper --language english1000
ttyper --language spanish
# Custom text
echo "custom words here" | ttyper
Summary
- ttyper is a terminal typing test with WPM tracking
- Real-time accuracy feedback with error highlighting
- Multiple language word lists
- Custom text input via stdin
- Written in Rust — beautiful TUI