amenu is a fuzzy finder dynamic menu that uses terminal emulators as GUI.
One less GUI program(i.e. dmenu / rofi) to deal with. 😅
- alacritty
- st
- xterm
- termite
- fzf
- tail
git clone https://github.com/salman-abedin/amenu.git && cd amenu && sudo make install
- Use your window manager to make the amenu class floating.
- Consult the config section of the script for available modifications.
# Launches menu picker with standard in using an optional prompt
CMD | amenu [-p PROMPT] [-q QUERY]
#or
amenu [-p PROMPT ] [-q QUERY] < CMD/FILE
# Launches application launcher
amenu -l
cd amenu
git pull --no-rebase && sudo make install
sudo make uninstall