pick

Utility to choose one option from a set of choices interactively

brewmacoslinux
Try with needOr install directly
Source

About

Utility to choose one option from a set of choices

Commands

pick

Examples

Select a file from the current directory$ ls | pick
Choose a git branch to checkout$ git branch | pick
Select from a list of processes to kill$ ps aux | pick