Update cheatsheets

This commit is contained in:
ivuorinen
2024-06-10 00:15:12 +00:00
parent 0f99439c7f
commit d9cb45e38a
5 changed files with 14 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# typeinc
> An `ncurses` based terminal typing speed test program, written in python.
> An `ncurses` based terminal typing speed test program, written in Python.
> Try out different difficulty levels and improve your typing speed.
> More information: <https://github.com/AnirudhG07/Typeinc>.
@@ -13,14 +13,14 @@ source: https://github.com/tldr-pages/tldr.git
`typeinc`
- Display the top 10 [r]anklist for input difficulty level:
- Display the top 10 rank list for input difficulty level:
`typeinc --ranklist {{difficulty_level}}`
`typeinc {{-r|--ranklist}} {{difficulty_level}}`
- Get random English [w]ords present in our wordlist:
- Get random English words present in our wordlist:
`typeinc --words {{word_count}}`
`typeinc {{-w|--words}} {{word_count}}`
- Calculate hypothetical Typeinc [s]core:
- Calculate hypothetical Typeinc score:
`typeinc --score`
`typeinc {{-s|--score}}`