From cbc68595ebbfb082e9679b1e3a3c0f678038a802 Mon Sep 17 00:00:00 2001 From: Brandon Fulljames Date: Wed, 19 Jul 2023 23:41:12 +0900 Subject: [PATCH] Add bubble-table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8898a324..f3b86d5c 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,7 @@ _Libraries for building Console Applications and Console User Interfaces._ - [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. +- [bubble-table](https://github.com/Everras/bubble-table) - An interactive table component for bubbletea. - [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. - [chalk](https://github.com/ttacon/chalk) - Intuitive package for prettifying terminal/console output.