HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

tt — A terminal based typing test. More information: <https://github.com/lemnos/tt>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
terminalcommandclitttestbasedmoretyping

Problem

How to use the tt command: A terminal based typing test. More information: <https://github.com/lemnos/tt>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/tt

Revisions (0)

No revisions yet.