typer-go

Typer TUI game implemented in golang!
install
To build from source (needs golang installed (v1.13+)):
go get github.com/shilangyu/typer-go
or get an executable from the release tab and put into PATH
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.
You should first head to the settings and set a path to texts.
navigation
The whole TUI has mouse support!
| key |
description |
| ↑ |
menu navigation up |
| ↓ |
menu navigation down |
| enter |
confirm |
| esc |
back |
| tab |
switch focus (if possible) |
| ctrl+c |
exit |
Alternatives