All Tools
G
Dev ToolsFreeOpen Source
GUM
Glamorous interactive prompts for shell scripts
MIT
ABOUT
Internal ML scripts ask engineers to type y/n, pick a checkpoint, or choose a GPU host with raw echo and read. Those prompts fail in CI and look broken in tmux. gum gives filter, choose, confirm, and input widgets that scripts can call so humans get a real UI and automation can skip it.
INSTALL
brew install gumINTEGRATION GUIDE
1. Prompt an engineer to pick a model checkpoint from a fuzzy list before deploy
2. Confirm a destructive dataset wipe with a styled yes/no instead of a raw read
3. Filter GPU hosts or experiment names in a shell wrapper around training jobs
4. Format script output as a table or spinner while an embedding job runs
TAGS
clishellgolangpromptsscriptingterminal