Add lazyenv to Advanced Console UIs (#6141)

This commit is contained in:
Steven Raimondi 2026-03-22 22:24:45 +01:00 committed by GitHub
parent ce45fa8bc2
commit 708f47c225
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._
- [gocui](https://github.com/jroimartin/gocui) - Minimalist Go library aimed at creating Console User Interfaces.
- [gommon/color](https://github.com/labstack/gommon/tree/master/color) - Style terminal text.
- [gookit/color](https://github.com/gookit/color) - Terminal color rendering tool library, support 16 colors, 256 colors, RGB color rendering output, compatible with Windows.
- [lazyenv](https://github.com/lazynop/lazyenv) - TUI for browsing, comparing, and editing .env files.
- [lipgloss](https://github.com/charmbracelet/lipgloss) - Declaratively define styles for color, format and layout in the terminal.
- [loom](https://github.com/loom-go/loom) - Signal-based reactive components framework for building TUIs.
- [marker](https://github.com/cyucelen/marker) - Easiest way to match and mark strings for colorful terminal outputs.