psavalonia
bubbletea
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
psavalonia | bubbletea | |
---|---|---|
6 | 114 | |
56 | 21,187 | |
- | 4.3% | |
10.0 | 0.0 | |
9 months ago | 3 days ago | |
PowerShell | Go | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
psavalonia
bubbletea
-
When creating console based applications how do you replicate the following realtime updates:
I recommend looking at the charm libraries. Lip gloss https://github.com/charmbracelet/lipgloss can provide the styling and bubble tea can handle the screen updates and framework https://github.com/charmbracelet/bubbletea there is a premade progress bar component in bubbles library. https://github.com/charmbracelet/bubbles
-
Built a TUI app to find anime scenes by image
I built a TUI app to find anime scenes by image to learn the TUI framework [Bubbletea](https://github.com/charmbracelet/bubbletea)
-
Lazydocker
TUI’s are awesome; I’ve used this library to build them in the past: https://github.com/charmbracelet/bubbletea
For a sufficiently-complex system, a CLI client just isn’t as powerful as a live “console”. A TUI can play the part and you don’t have to venture into the web SPA world.
-
New to go, suggestions for non-web projects.
If you want to build terminal app, I highly recommend the bubbletea library: https://github.com/charmbracelet/bubbletea
-
snips.sh: passwordless, anonymous SSH-powered pastebin
You can view your snippets in a human-friendly web UI that syntax-highlights the code and even renders markdown. In addition to the Web UI, the TUI (powered by bubbletea) has a file browser, code viewer and attribute editor.
-
Ink: React for interactive command-line apps
A sibling comment points at https://github.com/charmbracelet/bubbletea as a Go alternative with a similar architecture
For Golang there is Bubbletea [1], Textual [2] for Python and tui-rs for Rust [3].
[1] https://github.com/charmbracelet/bubbletea
-
Show HN: Frogmouth – A Markdown browser for your terminal
The closest thing in Go I know about is bubbletea:
-
Which packages do you recommend for building cli tools?
Don't forget https://github.com/charmbracelet/bubbletea and the rest of the https://charm.sh suite!
-
How difficult is ncurses?
There are plenty of terminal UI libraries that are actually nice to work with. For Python, there's Textual and PyTermGUI. For Rust, there's ratatui and Cursive (or, if you want something a bit lower level, crosster or termion). For Go, there's bubbletea.
What are some alternatives?
Rich Interactive Widgets for Terminal UIs - Terminal UI library with rich, interactive widgets — written in Golang
tcell - Tcell is an alternate terminal package, similar in some ways to termbox, but better in others.
pterm - ✨ #PTerm is a modern Go module to easily beautify console output. Featuring charts, progressbars, tables, trees, text input, select menus and much more 🚀 It's completely configurable and 100% cross-platform compatible.
rich - Rich is a Python library for rich text and beautiful formatting in the terminal.
termdash - Terminal based dashboard.
textual - The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
cobra - A Commander for modern Go CLI interactions
termui - Golang terminal dashboard
gum - A tool for glamorous shell scripts 🎀
glow - Render markdown on the CLI, with pizzazz! 💅🏻
lipgloss - Style definitions for nice terminal layouts đź‘„
spectre.console - A .NET library that makes it easier to create beautiful console applications.