site: media + colocation — chunk 3/4 (find/ a-l)

This commit is contained in:
2026-05-04 17:55:16 -04:00
parent 8d1396fcd6
commit e036845d0e
105 changed files with 468 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 305 KiB

+11
View File
@@ -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`.