wpm: add page (#7886)

feature/russian-ed-update
git-em 2022-03-13 23:56:11 -03:00 committed by GitHub
parent 2b22010601
commit 413c75950f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
pages/common/wpm.md Normal file
View File

@ -0,0 +1,28 @@
# wpm
> Typeracer-like console app for measuring your WPM.
> More information: <https://github.com/cslarsen/wpm>.
- 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`