Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 791 Bytes

File metadata and controls

39 lines (25 loc) · 791 Bytes

fzf + dmenu = ❤️

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.

Installation

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

Usage

fmenu

List all menu entries:

fmenu ls

Add a menu entry:

fmenu add firefox

Remove a menu entry:

fmenu rm firefox