aboutsummaryrefslogtreecommitdiff
path: root/content/docs/programming-resources/cli-development/go/termui/_index.md
blob: 5f2944cf503768113a8e5ce36f264004a2950d2e (plain)
1
2
3
4
5
6
7
---
title: Termui
description: TUI widget library for Go
weight: 4
---

[termui](https://github.com/gizak/termui) lets you create TUI apps with go. It's not very hard to use but seems like it's not maintained anymore.