Awesome
typer-go
Test your typing speed in a Typer TUI game!
features
- collect statistics to track your progress
- Words per minute
- Timestamps
- Amount of mistakes for each word
- Amount of time for each word
- play with your friends in local multiplayer (global coming soon)
- customizable
- comfort of your sweet sweet terminal
install
Grab an executable from the release tab
... or if you're an Gopher build from source (requires Go v1.13+):
go get github.com/shilangyu/typer-go
usage
Just run typer-go
in your terminal and the TUI will start. Full screen terminal is recommended. There are no CLI commands and flags.
settings
name | values | description |
---|---|---|
highlight | 'background' or 'text' | The way the already typed text should be highlighted. 'background' to fill the background, 'text' to just fill the text. |
error display | 'typed' or 'text' | what should be shown when incorrect character is inputted. 'typed' will show the typed char, 'text' will show what should've been typed. |
texts path | any string | path to your custom typer texts where each text is separated by a new line. If path is empty, preloaded texts will be loaded. |
navigation
The whole TUI has mouse support!
key | description |
---|---|
<kbd>↑</kbd> | menu navigation up |
<kbd>↓</kbd> | menu navigation down |
<kbd>enter</kbd> | confirm |
<kbd>esc</kbd> | back |
<kbd>tab</kbd> | switch focus |
<kbd>ctrl+c</kbd> | exit |