From 463b297cad59d686c26563beca86407795e396cf Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Mon, 13 May 2019 22:47:53 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Home.md b/Home.md index 98af57a..8ad70e5 100644 --- a/Home.md +++ b/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. \ No newline at end of file