Linux command
toipe 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
Start a typing test
toipe
Choose a built-in wordlist
toipe -w [top1000]
Use a custom wordlist
toipe -f [path/to/words.txt]
Set the number of words
toipe -n [50]
List built-in
toipe --list
说明
toipe is a terminal-based typing speed test written in Rust. It draws random words from a wordlist, presents them as a single paragraph in the terminal, and tracks per-character errors as you type. At the end of a run it prints words per minute (WPM), characters per minute (CPM), and accuracy. Several built-in wordlists ship with the binary, grouped by difficulty. Custom lists can be loaded with -f, allowing practice on programming keywords, foreign-language vocabulary, or domain-specific text.
参数
- -w _WORDLIST_
- Built-in wordlist name (top250, top500, top1000, ...).
- -f _FILE_
- Read words from a custom newline-separated file.
- -n _COUNT_
- Number of words to include in the test.
- -p, --punctuation
- Include punctuation in generated text.
- --list
- List available built-in wordlists and exit.
- --help
- Display help.
FAQ
What is the toipe command used for?
toipe is a terminal-based typing speed test written in Rust. It draws random words from a wordlist, presents them as a single paragraph in the terminal, and tracks per-character errors as you type. At the end of a run it prints words per minute (WPM), characters per minute (CPM), and accuracy. Several built-in wordlists ship with the binary, grouped by difficulty. Custom lists can be loaded with -f, allowing practice on programming keywords, foreign-language vocabulary, or domain-specific text.
How do I run a basic toipe example?
Run `toipe` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -w _WORDLIST_ do in toipe?
Built-in wordlist name (top250, top500, top1000, ...).