From 413c75950f3f746766326a43614cc867e90005d2 Mon Sep 17 00:00:00 2001 From: git-em <56173216+git-em@users.noreply.github.com> Date: Sun, 13 Mar 2022 23:56:11 -0300 Subject: [PATCH] wpm: add page (#7886) --- pages/common/wpm.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/wpm.md diff --git a/pages/common/wpm.md b/pages/common/wpm.md new file mode 100644 index 000000000..a538eae82 --- /dev/null +++ b/pages/common/wpm.md @@ -0,0 +1,28 @@ +# wpm + +> Typeracer-like console app for measuring your WPM. +> More information: . + +- Start the program: + +`wpm` + +- Start wpm with short texts: + +`wpm --short` + +- Start wpm using a specific text file: + +`wpm --load {{path/to/file.txt}}` + +- Tag your race scores: + +`wpm --tag {{tag_name}}` + +- Show score statistics grouped by tags: + +`wpm --stats` + +- Start wpm with monochrome colors: + +`wpm --monochrome`