# fzf-make mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für fzf-make in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

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

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Paketfakten

- **Paketschlüssel:** brew:fzf-make
- **Paketmanager:** Homebrew
- **Version:** 0.73.0
- **Quellzusammenfassung:** Fuzzy finder with preview window for various command runners including make
- **Homepage:** <https://github.com/kyu08/fzf-make>
- **Repository:** <https://github.com/kyu08/fzf-make>
- **Zuletzt aktualisiert:** 2026-07-26T11:22:45Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- fzf-make (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.73.0
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

- <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>


## Sicherheitshinweise

Für fzf-make wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.


## Andere Paketmanager-Einträge

- 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)


## Quellen

- 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
