Documentation
¶
Overview ¶
Command pick is a tiny manual smoke test for radish's single-select prompt.
Run it in a real terminal:
go run ./examples/pick
Use the arrow keys to move, type to filter, Enter to choose, Esc/Ctrl-C to cancel. The chosen value is printed to stdout (the menu itself draws to stderr), so `go run ./examples/pick > /tmp/choice` captures just the selection.
Click to show internal directories.
Click to hide internal directories.