mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 13:56:52 +00:00
Update cheatsheets
This commit is contained in:
25
tt
Normal file
25
tt
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user