Expand description
CLI toolkit with interactive TUI popups for shell scripts and terminal workflows.
The main binary is pan. Each subcommand opens an interactive terminal popup:
| Command | Description | Output |
|---|---|---|
confirm | Popup de confirmación sí/no | exit 0 / 1 |
choose | Selector de una lista de ítems | ítems en stdout |
filter | Selector con búsqueda por texto | ítems en stdout |
spin | Spinner animado | exit del comando |
input | Captura de texto libre | texto en stdout |
file | Explorador interactivo de archivos | paths en stdout |
menu | Menú jerárquico | path en stdout |
log | Línea de log formateada | texto a stdout |
update | Auto-actualización | mensajes en stdout |
§Guías detalladas
Cada subcomando tiene su guía detallada en pandora/guides/.
Ejecutá pan <subcomando> --guide para verla en el terminal.
Modules§
- badge
- drag
- popup_
config - popup_
rect - Helper functions that replicate the internal height formulas
used by
hefesto-widgetspop-ups when height isAuto.