fzf-make

Fuzzy finder for make targets and command runners with live preview.

brewmacoslinux
Try with needOr install directly
Source

About

Fuzzy finder with preview window for various command runners including make

Commands

fzf-make

Examples

pick a make target to run from a list$ fzf-make
search and run npm scripts interactively$ fzf-make npm
find and execute a docker compose service$ fzf-make docker-compose
browse available gradle tasks with preview$ fzf-make gradle
fuzzy search make targets by name pattern$ fzf-make | grep build