From 279ed0c3661baa78c79d7ffad1416b78bf4fbc4d Mon Sep 17 00:00:00 2001 From: Sergey Romanenko <sergey.romanenko@flextype.org> Date: Wed, 30 Mar 2022 20:56:55 +0300 Subject: [PATCH] Add Thermage Library - in alphabetical order --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 973ca50..9baa6d3 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ List of projects that provide terminal user interfaces - [Rich](https://github.com/willmcgugan/rich) is a Python library for rich text and beautiful formatting in the terminal. - [tcell](https://github.com/gdamore/tcell) Tcell is an alternate terminal package, similar in some ways to termbox, but better in others. - [textual](https://github.com/willmcgugan/textual) is a TUI (Text User Interface) framework for Python inspired by modern web development. +- [Thermage](https://github.com/thermage/thermage) Thermage is a PHP library that provides a fluent and incredibly powerful, object-oriented interface for customizing CLI output text color, background, formatting, theming and more. - [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 - [tuibox](https://github.com/Cubified/tuibox) A single-header terminal UI library, capable of creating mouse-driven, interactive applications on the command line.