site: media + colocation — chunk 3/4 (find/ a-l)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 305 KiB |
@@ -0,0 +1,11 @@
|
||||
---
|
||||
name: "gum"
|
||||
subtitle: "Polished shell-script UI components — choose, input, spinner, confirm"
|
||||
date: 2026-05-03
|
||||
link: https://github.com/charmbracelet/gum
|
||||
source: "One Thing Well"
|
||||
topics: [tools]
|
||||
tags: [shell, terminal, scripting, open-source]
|
||||
---
|
||||
|
||||
A toolkit from Charm that lets bash and zsh scripts call out to pre-built TUI components — fuzzy choosers, password inputs, spinners, multi-line confirmations — so a fifty-line script can have a feel closer to a polished CLI tool than a wall of text. Drop-in replacement for `read` and `select` when you want script ergonomics without rewriting it in Go. The components compose: pipe `gum choose` into `gum confirm` into `gum spin`.
|
||||
Reference in New Issue
Block a user