mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 00:41:42 +00:00
27 lines
618 B
Plaintext
27 lines
618 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# typeinc
|
|
|
|
> 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>.
|
|
|
|
- Enter the typing test:
|
|
|
|
`typeinc`
|
|
|
|
- Display the top 10 rank list for input difficulty level:
|
|
|
|
`typeinc {{-r|--ranklist}} {{difficulty_level}}`
|
|
|
|
- Get random English words present in our wordlist:
|
|
|
|
`typeinc {{-w|--words}} {{word_count}}`
|
|
|
|
- Calculate hypothetical Typeinc score:
|
|
|
|
`typeinc {{-s|--score}}`
|