amenu: Fuzzy Finder Dynamic GUI Menu
amenu is a fuzzy finder dynamic menu that uses terminal emulators as GUI.
Why?
One less GUI program(i.e. dmenu / rofi) to deal with.
Supported Terminal Emulators
- st
- xterm
- termite
Dependencies
- fzf
- tail
Installation
git clone https://github.com/salman-abedin/amenu.git && cd amenu && sudo make install
Usage
- Use your window manager to make the amenu class floating.
- Modify the config section of the script according to your preferred terminal setup.
# Launches menu picker with standard in
CMD | amenu [-p PROMPT]
#or
amenu [-p PROMPT ] < CMD/FILE
# Launches application picker
amenu -l
Update
cd amenu
git pull rebase && sudo make install
Uninstallation
sudo make uninstall