Linux command
typtea 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Start a 30-second English typing test
typtea start
Run a 60-second test
typtea start --duration [60]
Practice Rust keywords
typtea start --lang [rust]
Combine duration and language
typtea start --duration [45] --lang [javascript]
List all supported languages
typtea start --list-langs
Show help
typtea --help
说明
typtea is a minimal terminal typing tester aimed at programmers. It generates an infinite stream of words from an English or language-specific keyword list, shows a scrolling three-line viewport, and reports WPM (words per minute) and accuracy in real time. The UI is built with Bubble Tea / Lipgloss so it handles resizing, colors, and mouse/keyboard input cleanly.
参数
- start
- Begin a typing test.
- --duration _SECONDS_
- Length of the test in seconds (default `30`).
- --lang _LANG_
- Word list to use. `english` (default) plus 30+ programming languages (e.g. `go`, `rust`, `python`, `javascript`, `typescript`, `c`, `cpp`, `java`, `kotlin`, `swift`, `ruby`, `php`, `lua`, `haskell`, `scala`, `zig`, `elixir`, `shell`).
- --list-langs
- Print every available word list.
- -h, --help
- Show help.
- -v, --version
- Show version.
FAQ
What is the typtea command used for?
typtea is a minimal terminal typing tester aimed at programmers. It generates an infinite stream of words from an English or language-specific keyword list, shows a scrolling three-line viewport, and reports WPM (words per minute) and accuracy in real time. The UI is built with Bubble Tea / Lipgloss so it handles resizing, colors, and mouse/keyboard input cleanly.
How do I run a basic typtea example?
Run `typtea start` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does start do in typtea?
Begin a typing test.