Skip to content
/ fmenu Public

A fzf-based implementation of a dmenu application.

Notifications You must be signed in to change notification settings

czardien/fmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A fzf-based implementation of a dmenu application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published