Updated Home (markdown)

Jakub Sobon 2019-05-13 22:47:53 -04:00
parent 613838251e
commit 463b297cad
1 changed files with 13 additions and 0 deletions

13
Home.md

@ -47,6 +47,19 @@ Most mainstream systems with well defined tty interface will work without any is
Windows applications are supported, e.g. native command prompt or power shell. Unfortunately **mintty** and other **cygwin** style application aren't supported since termbox-go doesn't support them. See this [issue](https://github.com/nsf/termbox-go/issues/66) for details.
## Similar projects in Go
- [termui](https://github.com/gizak/termui)
- [tview](https://github.com/rivo/tview)
- [gocui](https://github.com/jroimartin/gocui)
- [gowid](https://github.com/gcla/gowid)
- [clui](https://github.com/VladimirMarkelov/clui)
- [tui-go](https://github.com/marcusolsson/tui-go)
## Projects using Termdash
- [grafterm](https://github.com/slok/grafterm)
## Questions or need help?
See the [[Talk to us|Talk-to-us]] for different ways of getting in touch.