Add phoenix-tui/phoenix to Advanced Console UIs (#6095)

This commit is contained in:
Andrey Kolkov 2026-03-05 21:01:19 +03:00 committed by GitHub
parent a45bc5c978
commit 60b4036daf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -384,6 +384,7 @@ _Libraries for building Console Applications and Console User Interfaces._
- [lipgloss](https://github.com/charmbracelet/lipgloss) - Declaratively define styles for color, format and layout in the terminal.
- [marker](https://github.com/cyucelen/marker) - Easiest way to match and mark strings for colorful terminal outputs.
- [mpb](https://github.com/vbauerster/mpb) - Multi progress bar for terminal applications.
- [phoenix](https://github.com/phoenix-tui/phoenix) - High-performance TUI framework with Elm-inspired architecture, perfect Unicode rendering, and zero-allocation event system.
- [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 a terminal with Go.