# 使用 Homebrew, Nix 安装 fzf-make

查看 fzf-make 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:fzf-make
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install fzf-make
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#fzf-make
```

  证据: nixpkgs package indexes: pkgs/by-name/fz/fzf-make/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:fzf-make
- **软件包管理器:** Homebrew
- **版本:** 0.73.0
- **来源摘要:** Fuzzy finder with preview window for various command runners including make
- **主页:** <https://github.com/kyu08/fzf-make>
- **仓库:** <https://github.com/kyu08/fzf-make>
- **最后更新:** 2026-07-26T11:22:45Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- fzf-make (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.73.0
## 项目历史与用法

fzf-make is a Rust command-line tool for choosing and running project commands through a fuzzy-finder interface with a preview window. Its README currently describes support for make targets, npm, pnpm, and yarn scripts, just recipes, and Task tasks.

### 项目历史

The repository was created in March 2023, and GitHub Releases show v0.1.0 published a few days later. The README presents the tool as a command runner rather than a build system: it discovers commands from existing project files and provides a terminal UI for selection, history, and repeat execution.

### 采用历史

The official README documents installation through Homebrew, Arch AUR, Nix, Cargo, and pre-built Linux binaries. That distribution mix is typical for small Rust CLIs: crates.io for language-native installation, Homebrew for macOS/Linux users, Nix for reproducible environments, and release tarballs for direct binary use.

### 使用方式

Users run `fzf-make` in a project directory, select a discovered command, and execute it. The README documents a repeat mode, a history-focused launch mode, shell aliases, and detection rules for Makefiles, npm package locks, pnpm lockfiles, yarn locks, justfiles, and Taskfile output.

### 为什么软件包爱好者会关心

fzf-make is notable as glue tooling for the fragmented task-runner ecosystem. Instead of replacing make, npm scripts, pnpm, yarn, just, or Task, it packages a single interactive selector over all of them, which is exactly the kind of convenience CLI that spreads through Homebrew, Cargo, and Nix.

### 时间线

- 2023: GitHub repository created.
- 2023: Release v0.1.0 published.
- 2025: Release v0.65.0 published after expanding through many 0.x releases.
- 2026: Release v0.69.0 published.

### Related projects

- The README names make, npm, pnpm, yarn, just, and Task as supported command runners. It also identifies Rust and Ratatui in project badges, which places fzf-make in the Rust terminal-UI tooling ecosystem.

### 来源

- <https://api.github.com/repos/kyu08/fzf-make>
- <https://github.com/kyu08/fzf-make>
- <https://github.com/kyu08/fzf-make/releases>
- <https://raw.githubusercontent.com/kyu08/fzf-make/main/README.md>


## 安全说明

没有找到 fzf-make 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。


## 其他软件包管理器记录

- Nix - fzf-make: normalized package name match | nixpkgs package indexes: pkgs/by-name/fz/fzf-make/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/fzf-make.yml](https://github.com/mxcl/pkgdb/blob/main/combined/fzf-make.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
