30 open-source projects similar to bobg/subcmd, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Subcmd alternative.
An easy to use menu structure for cli applications that prompts users to make choices.
POSIX-compliant command-line UI (CLI) parser and Hierarchical-configuration operations
A simple logging interface that supports cross-platform color and concurrency.
🎨 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-prompt is a library for building interactive command-line interfaces in Go. It serves as a cross-platform console UI framework and terminal input manager, providing the tools necessary to capture user input and execute commands through a persistent interactive loop. The library features a dedicated auto-completion engine that provides real-time command suggestions. It also supports dynamic prompt prefixes updated via callback functions and a system for managing and recalling command history. The framework covers a broad range of terminal capabilities, including keyboard shortcut mapping,
A Go library for building command line applications.
Elvish is a shell that combines interactive command-line use with a structured scripting language, designed to make both everyday terminal work and automation tasks more predictable and readable. It parses, compiles, and executes code in three phases, catching syntax and variable errors before any code runs, and it aborts execution on command failure by default to prevent silent errors. The shell introduces value-oriented pipelines that pass structured data like lists, maps, and closures between commands, preserving types without serialization. It also mixes traditional byte streams with thes
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
A go library to render progress bars in terminal applications
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
Argparse for golang. Just because flag sucks
CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser
Argv is a library for Go to split command line string into arguments array.
Fully featured Go (golang) command line option parser with built-in auto-completion support.
A simple command line notebook
FlashFlags is an ultra-fast, zero-dependency, lock-free command-line flag parsing library for Go. Originally built for Argus, it provides great performance while maintaining simplicity and ease of use.
Opinionated declarative CLI args, ENV vars and config files
Orpheus is a high-performance CLI framework designed to be super simple and ~30× faster than popular alternatives with zero external dependencies. Built on FlashFlags, Orpheus provides a simple interface to create modern, fast CLI apps similar to git.
uilive is a go library for updating terminal output in realtime
A go library to improve readability in terminal apps using tabular data
hiboot is a high performance web and cli application framework with dependency injection support