From d3510f6f4b73e827e973d9578952e4d3566507d1 Mon Sep 17 00:00:00 2001 From: Marvin Wendt Date: Sun, 8 Nov 2020 16:24:08 +0100 Subject: [PATCH] Add pterm (#3345) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f23e59a7..7cbfc768 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gookit/color](https://github.com/gookit/color) - Terminal color rendering tool library, support 16 colors, 256 colors, RGB color rendering output, compatible with Windows. * [mpb](https://github.com/vbauerster/mpb) - Multi progress bar for terminal applications. * [progressbar](https://github.com/schollz/progressbar) - Basic thread-safe progress bar that works in every OS. +* [pterm](https://github.com/pterm/pterm) - A library to beautify console output on every platform with many combinable components. * [simpletable](https://github.com/alexeyco/simpletable) - Simple tables in terminal with Go. * [tabby](https://github.com/cheynewallace/tabby) - A tiny library for super simple Golang tables. * [table](https://github.com/tomlazar/table) - Small library for terminal color based tables .