mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
tt: add page (#10760)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
24b56f0643
commit
0a84c0194c
1 changed files with 20 additions and 0 deletions
20
pages/common/tt.md
Normal file
20
pages/common/tt.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# tt
|
||||
|
||||
> A terminal based typing test.
|
||||
> More information: <https://github.com/lemnos/tt>.
|
||||
|
||||
- Start quote mode with the builtin quote list in English:
|
||||
|
||||
`tt -quotes {{en}}`
|
||||
|
||||
- Produce a test consisting of 50 randomly drawn words in 5 groups of 10 words each:
|
||||
|
||||
`tt -n {{10}} -g {{5}}`
|
||||
|
||||
- Start a timed test lasting 10 seconds:
|
||||
|
||||
`tt -t {{10}}`
|
||||
|
||||
- Start `tt` with no theming and showing your WPM as you type:
|
||||
|
||||
`tt -showwpm -notheme`
|
Loading…
Add table
Reference in a new issue