From fac81157fd5f57fe478a3483a0e2494ea83c4950 Mon Sep 17 00:00:00 2001 From: Anish Mukherjee Date: Sat, 1 Jun 2024 19:12:45 +0530 Subject: [PATCH] toipe: add page (#12868) Co-authored-by: spageektti Co-authored-by: K.B.Dharun Krishna --- pages/common/toipe.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pages/common/toipe.md diff --git a/pages/common/toipe.md b/pages/common/toipe.md new file mode 100644 index 000000000..996bab3fd --- /dev/null +++ b/pages/common/toipe.md @@ -0,0 +1,21 @@ +# toipe + +> Yet another typing test, but crab flavoured. +> A trusty terminal typing tester. +> More information: . + +- Start the typing test with the default wordlist: + +`toipe` + +- Use a specific wordlist: + +`toipe {{-w|--wordlist}} {{wordlist_name}}` + +- Use a custom wordlist: + +`toipe {{-f|--file}} {{path/to/file}}` + +- Specify the number of words on each test: + +`toipe {{-n|--num}} {{number_of_words}}`