Skip to content

salman-abedin/amenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  • alacritty
  • st
  • xterm
  • termite

Dependencies

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.
  • 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

Update

cd amenu
git pull --no-rebase && sudo make install

Uninstallation

sudo make uninstall