From 5cfa40876b532379ae7d4b7c19c7d2903c80234a Mon Sep 17 00:00:00 2001 From: Theis Date: Fri, 11 Oct 2024 11:21:52 +0200 Subject: [PATCH] docs: add small readme in tui folder for bubbletea templates --- src_code/go_src/cmd/tui/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src_code/go_src/cmd/tui/README.md diff --git a/src_code/go_src/cmd/tui/README.md b/src_code/go_src/cmd/tui/README.md new file mode 100644 index 0000000..ac5e3f0 --- /dev/null +++ b/src_code/go_src/cmd/tui/README.md @@ -0,0 +1,4 @@ +# TUI based on bubbletea +All of the current TUI elements are mostly the same as the base templates from the bubble tea github repo. I am not a designer and the templates look pretty cool anyways so all in all very cool stuff + +[Bubbletea Examples Folder](https://github.com/charmbracelet/bubbletea/tree/main/examples) \ No newline at end of file