tldr/pages/common/wpm.md

29 lines
431 B
Markdown
Raw Normal View History

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