mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
34 lines
524 B
Plaintext
34 lines
524 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|