/selector

Selector is a tool for creating selection menus for bash scripts

Primary LanguageGoApache License 2.0Apache-2.0

selector

Selector is a tool for creating selection menus for bash scripts

Usage:

./selector -t="please select an option" -o="$(printf 'option option1\nbbb option2\nbbb option3')"

Example

Example