dmenu

Dynamic menu. Creates a menu from a text input with each item on a new line. More information: <https://manned.org/dmenu>.

Debian Debian
RUN apt-get update && \ apt-get install -y suckless-tools
Ubuntu
RUN apt-get update && \ apt-get install -y suckless-tools
Alpine
RUN apk add dmenu
Arch Arch Linux
RUN pacman -S --noconfirm dmenu
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y suckless-tools
Fedora
RUN dnf install -y dmenu
Raspbian
RUN apt-get update && \ apt-get install -y suckless-tools
click the source code to copy install dmenu on any operating system with command-not-found.com