Home

Awesome

typer-go

Test your typing speed in a Typer TUI game!

features

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

namevaluesdescription
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 pathany stringpath 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!

keydescription
<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