fzf-make

Fuzzy finder for make targets and other command runners with preview

brewmacoslinux
Try with needOr install directly
Source

About

Fuzzy finder with preview window for various command runners including make

Commands

fzf-make

Examples

Interactively select and run a make target from current directory$ fzf-make
Preview available make targets before selecting one to execute$ fzf-make --preview
Run fzf-make in a specific directory with Makefile$ cd /path/to/project && fzf-make