It will show you a list of viable words based on the input text
Run either of the following:
go get ./...
go get github.com/marcusolsson/tui-go
- Navigate to the directory, then type
go run predict.go
- Just start typing!
- A list of possible words starting with your input (ie:
input*
) will appear in the text box
- A list of possible words starting with your input (ie:
- To quit, hit the
Esc
key