typer-go
Typer TUI game implemented in golang!
usage
To build from source (needs golang installed):
go get github.com/shilangyu/typer-go
or get an executable from the release tab and put into PATH
Now just run typer-go
in your terminal and the TUI will start. Full screen terminal is recommended.
navigation
The whole TUI has mouse support!
key |
description |
↑ |
menu navigation up |
↓ |
menu navigation down |
enter |
confirm |
tab |
change view focus |
ctrl+q |
back |
ctrl+c |
exit |
Alternatives