1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/wpm.md

29 lines
431 B
Markdown
Raw Normal View History

2022-03-13 23:56:11 -03:00
# wpm
> Typeracer-like console app for measuring your WPM.
> More information: <https://github.com/cslarsen/wpm>.
- Start `wpm`:
2022-03-13 23:56:11 -03:00
`wpm`
- Start `wpm` with short texts:
2022-03-13 23:56:11 -03:00
`wpm --short`
- Start `wpm` using a specific text file:
2022-03-13 23:56:11 -03:00
`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:
2022-03-13 23:56:11 -03:00
`wpm --monochrome`