# Installer fzf-make avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de fzf-make pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

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

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:fzf-make
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.73.0
- **Résumé source:** Fuzzy finder with preview window for various command runners including make
- **Page d'accueil:** <https://github.com/kyu08/fzf-make>
- **Dépôt:** <https://github.com/kyu08/fzf-make>
- **Dernière mise à jour:** 2026-07-26T11:22:45Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- fzf-make (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.73.0
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour fzf-make. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

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


## Sources

- 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
