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

wpm — Typeracer-like console app for measuring your WPM. More information: <https://github.com/cslarsen/wp

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

Problem

How to use the wpm command: Typeracer-like console app for measuring your WPM. More information: <https://github.com/cslarsen/wpm>.

Solution

wpm — Typeracer-like console app for measuring your WPM. More information: <https://github.com/cslarsen/wpm>.

Start wpm:
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

Code Snippets

Start `wpm`

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

Context

tldr-pages: common/wpm

Revisions (0)

No revisions yet.