From 91d499c3915e968a615fe19e390a2090f1e1684b Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Sat, 10 Apr 2021 22:28:20 -0700 Subject: [PATCH] Add pterm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2263776..284b69f 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ List of projects that provide terminal user interfaces - [gocui](https://github.com/jroimartin/gocui) Minimalist Go package aimed at creating Console User Interfaces - [ncurses](https://www.gnu.org/software/ncurses/) +- [pterm](https://github.com/pterm/pterm/) a modern go module to beautify console output. Featuring charts, progressbars, tables, trees, and many more rocket It's completely configurable and 100% cross-platform compatible. - [tui-go](https://github.com/marcusolsson/tui-go) A UI library for terminal applications (deprecated) - [tui-rs](https://github.com/fdehau/tui-rs) terminal user interfaces and dashboards using Rust