From c94c83e2f9205bc3b8266c87987d505282edef4c Mon Sep 17 00:00:00 2001 From: David Schneidhoffer Date: Wed, 17 Oct 2018 03:07:56 +0200 Subject: [PATCH] Remove tui-go, because it's no longer maintained (#2164) I am also added a replacement for it, check the another PR: https://github.com/avelino/awesome-go/pull/2163 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e65951a5..e6bcdb3e 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [termbox-go](https://github.com/nsf/termbox-go) - Termbox is a library for creating cross-platform text-based interfaces. * [termtables](https://github.com/apcera/termtables) - Go port of the Ruby library [terminal-tables](https://github.com/tj/terminal-table) for simple ASCII table generation as well as providing markdown and HTML output. * [termui](https://github.com/gizak/termui) - Go terminal dashboard based on **termbox-go** and inspired by [blessed-contrib](https://github.com/yaronn/blessed-contrib). -* [tui-go](https://github.com/marcusolsson/tui-go) - Go UI library for building rich terminal applications. * [uilive](https://github.com/gosuri/uilive) - Library for updating terminal output in realtime. * [uiprogress](https://github.com/gosuri/uiprogress) - Flexible library to render progress bars in terminal applications. * [uitable](https://github.com/gosuri/uitable) - Library to improve readability in terminal apps using tabular data.