choose

Interactively select items from stdin or arguments on the command-line

brewmacoslinux
Try with needOr install directly
Source

About

Make choices on the command-line

Commands

choose

Examples

Select from a list of files in the current directory$ ls | choose
Pick a process to kill from running processes$ ps aux | choose
Select from command-line arguments$ choose apple banana cherry