LinuxCommandLibrary

wpm

Typeracer-like console app for measuring your WPM.

TLDR

Start wpm

$ wpm
copy


Start wpm with short texts
$ wpm --short
copy


Start wpm using a specific text file
$ wpm --load [path/to/file.txt]
copy


Tag your race scores
$ wpm --tag [tag_name]
copy


Show score statistics grouped by tags
$ wpm --stats
copy


Start wpm with monochrome colors
$ wpm --monochrome
copy

Copied to clipboard