awesome-gocui / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
344 stars 39 forks source link

Merge jesseduffields master #8

Closed mjarkk closed 5 years ago

mjarkk commented 5 years ago

Fixes #8

mjarkk commented 5 years ago

This is still a WIP due to a number of bugs:

mjarkk commented 5 years ago

after some looking on the original repo the stdin example is supposed to do that :)
it works just fine when running: ls | go run _examples/stdin.go, issue: https://github.com/jroimartin/gocui/issues/125