From 44664cc6297ecc2f58b2e35dc125dc1c2f868e21 Mon Sep 17 00:00:00 2001 From: Leo Kling Date: Sun, 30 Apr 2023 20:27:59 +0200 Subject: [PATCH] add bubbles (#4498) Co-authored-by: Phani Rithvij --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2f4b512..461914d4 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,7 @@ _Libraries for building Console Applications and Console User Interfaces._ - [asciigraph](https://github.com/guptarohit/asciigraph) - Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies. - [aurora](https://github.com/logrusorgru/aurora) - ANSI terminal colors that support fmt.Printf/Sprintf. - [box-cli-maker](https://github.com/Delta456/box-cli-maker) - Make Highly Customized Boxes for your CLI. +- [bubbles](https://github.com/charmbracelet/bubbles) - TUI components for bubbletea. - [bubbletea](https://github.com/charmbracelet/bubbletea) - Go framework to build terminal apps, based on The Elm Architecture. - [cfmt](https://github.com/mingrammer/cfmt) - Contextual fmt inspired by bootstrap color classes. - [cfmt](https://github.com/i582/cfmt) - Simple and convenient formatted stylized output fully compatible with fmt library.