The title is deceiptively misleading as this application is not a dmenu per se although it's based on it. Largely inspired from fzf's wiki examples.
Depends on: fzf, st, and Hack font for some reason.
Clone the repo anywhere then proceed; installation will create the directory: $HOME/.fmenu and create the symbolic link: $HOME/.local/bin/fmenu -> $(cloned repo)/fmenu.sh.
Run:
make build
fmenu
List all menu entries:
fmenu ls
Add a menu entry:
fmenu add firefox
Remove a menu entry:
fmenu rm firefox