1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 22:02:07 +02:00
tldr/pages/common/wpm.md
4G3NT 062b88d05a
pages/*: prefer brand name and add backticks around commands (#10422)
* pages/*: prefer brand name and add backticks around commands

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-27 23:57:35 +02:00

28 lines
431 B
Markdown

# 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`