dmenu

Dynamic menu for X11 that reads from stdin and outputs selection

brewmacoslinux
Try with needOr install directly
Source

About

Dynamic menu for X11

Commands

dmenudmenu_run

Examples

Launch dmenu_run as application launcher$ dmenu_run
Use dmenu to select from a list of options$ echo -e 'option1\noption2\noption3' | dmenu
Create a custom menu with specific formatting$ dmenu -fn 'monospace-12' -nb '#222222' -nf '#ffffff' < options.txt