fzf-make is a terminal user interface for finding and running project commands through fuzzy search.
Despite its name, it is not limited to Makefiles: the program can discover commands from several common task runners and JavaScript package managers, display them in an interactive list, and show a preview before execution. This gives developers a consistent keyboard-driven way to browse available project tasks without remembering every target, script or recipe name, while still executing the underlying tool rather than introducing its own task-definition format.
This is free and open source software.
Key Features
- Fuzzy-filters available commands and displays a preview for the selected entry.
- Runs targets from Makefiles and understands the make include directive.
- Discovers and executes npm, pnpm and Yarn package scripts.
- Supports just recipes and Task tasks alongside Make and JavaScript package managers.
- Detects which supported runner is applicable from files in the working directory and, where appropriate, parent directories.
- Collects npm workspace scripts using npm query.
- Handles pnpm and Yarn workspaces so scripts from multiple packages can be selected.
- Uses Task’s structured command output to discover tasks, including included Taskfiles.
- Keeps command history available in a separate pane.
- Repeats the previously executed command without reopening the normal selection workflow.
- Accepts additional arguments through an interactive popup before executing a command.
- Provides keyboard-oriented navigation in its Ratatui-based interface.
- Can copy the selected command to the clipboard instead of executing it.
Website: github.com/kyu08/fzf-make
Support:
Developer: Tatsuya Kyushima
License: MIT License

fzf-make is written in Rust. Learn Rust with our recommended free books and free tutorials.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |


Please read our Comment Policy before commenting.