mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 05:59:57 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
33
tldr/wpm
Normal file
33
tldr/wpm
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user