From 0a84c0194c27f2a458685b1ad69b47bf1ac7e028 Mon Sep 17 00:00:00 2001 From: Tristan Jahnke Date: Mon, 2 Oct 2023 16:49:33 -0500 Subject: [PATCH] tt: add page (#10760) Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/tt.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/tt.md diff --git a/pages/common/tt.md b/pages/common/tt.md new file mode 100644 index 000000000..0509ae0ad --- /dev/null +++ b/pages/common/tt.md @@ -0,0 +1,20 @@ +# tt + +> A terminal based typing test. +> More information: . + +- 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`