Move pages under tldr, lint run.sh, update docs

This commit is contained in:
2024-02-21 13:58:43 +02:00
parent 3d653cc7e6
commit 2c475fa62d
4806 changed files with 36 additions and 35 deletions

33
tldr/wpm Normal file
View 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`