multi progress bar for Go cli applications
الميزات الرئيسية لـ vbauerster/mpb هي: واجهات سطر الأوامر, Command Line Tools, Console Interfaces, Console UI, Terminal User Interfaces.
تشمل البدائل مفتوحة المصدر لـ vbauerster/mpb: mum4k/termdash — Terminal based dashboard. schollz/progressbar — This project is a thread-safe terminal progress bar and IO progress wrapper for Go applications. It provides a library… gookit/color — 🎨 Terminal color rendering library, support 8/16 colors, 256 colors, RGB color rendering output, support… guptarohit/asciigraph — Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies. gizak/termui — Termui is a Go terminal user interface library used for building interactive dashboards and visual layouts within a… daviddengcn/go-colortext — Change the color of console text.
🎨 Terminal color rendering library, support 8/16 colors, 256 colors, RGB color rendering output, support Print/Sprintf methods, compatible with Windows. GO CLI 控制台颜色渲染工具库,支持16色,256色,RGB色彩渲染输出,使用类似于 Print/Sprintf,兼容并支持 Windows 环境的色彩渲染
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
Termui is a Go terminal user interface library used for building interactive dashboards and visual layouts within a command-line environment. It functions as a TUI layout engine, an interactive CLI framework, and a terminal data visualization toolkit. The library provides a set of specialized widgets for rendering charts, plots, gauges, and tables using character-based graphics. It includes a grid-based system for arranging interface elements using relative coordinates and proportional sizing to create structured displays. The toolkit covers a broad range of capabilities including data visua
Terminal based dashboard.