macOS
brew install fzylocal Homebrew formula metadata
sudo port install fzyMacPorts ports tree · devel/fzy/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für fzy in AI-Agent-Workflows.
Installation
brew install fzylocal Homebrew formula metadata
sudo port install fzyMacPorts ports tree · devel/fzy/Portfile · Quelle: api.github.com
sudo apk add fzyAlpine Linux edge package indexes · fzy · Quelle: dl-cdn.alpinelinux.org
sudo apt install fzyDebian stable package indexes · fzy · Quelle: deb.debian.org
nix profile install nixpkgs#fzynixpkgs package indexes · pkgs/by-name/fz/fzy/package.nix · Quelle: api.github.com
sudo pacman -S fzyArch Linux sync databases · fzy · Quelle: geo.mirror.pkgbuild.com
sudo zypper install fzyopenSUSE Tumbleweed package metadata · fzy · Quelle: download.opensuse.org
Überblick
Fast, simple fuzzy text selector with an advanced scoring algorithm
Verlauf
fzy is a small fuzzy text selector for the terminal, written in C, with an emphasis on speed, simplicity, and scoring quality. Its README presents it as both a command-line selector and an editor-plugin building block.
The repository was created in July 2014, and GitHub Releases show early 0.x releases in October 2014. The README positions fzy against fzf, pick, selecta, ctrlp, and similar tools, arguing that its scoring favors consecutive letters and word starts rather than merely short matches.
The 1.0 release was published in 2018, and the fzy 1.1 man page is dated July 2025. The man page describes the stable core interface: read newline-separated items from stdin, show a terminal menu, narrow with fuzzy matching, and print the selected item to stdout.
The upstream README documents installation through Homebrew, MacPorts, Arch Linux/MSYS2 pacman, FreeBSD pkg, Gentoo Portage, Ubuntu/Debian apt, pkgsrc, openSUSE zypper, and source builds. That breadth reflects fzy's role as a compact Unix-style filter that distribution maintainers can package easily.
fzy is normally used as a filter in shell pipelines, for example `ls | fzy`, `vi $(find -type f | fzy)`, choosing a directory to `cd` into, selecting a process to kill, or selecting a Git branch. The README also gives Vim integration examples that pipe file lists through fzy and then open the selected file.
fzy is significant as the minimal C member of the fuzzy-finder family: it exposes the classic stdin-to-stdout Unix interface, has a documented scoring algorithm, avoids a large runtime, and is small enough to be carried by many Unix package systems.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
fzy | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/jhawthorn/fzy
Installationsmetadaten
| Paketschlüssel | brew:fzy |
|---|---|
| Version | 1.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/fzy |
| Homepage | https://github.com/jhawthorn/fzy |
| Repository | https://github.com/jhawthorn/fzy |
| Upstream-Dokumentation | https://github.com/jhawthorn/fzy#readme |
| Lizenz | MIT |
| Quellarchiv | https://github.com/jhawthorn/fzy/archive/refs/tags/1.1.tar.gz |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fzy |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
fzy 1.0-1
fast, simple fuzzy text selector
https://github.com/jhawthorn/fzy
sudo apt install fzyfzy
nix profile install nixpkgs#fzyfzy 1.0-1
fast, simple fuzzy text selector
https://github.com/jhawthorn/fzy
sudo apt install fzyfzy 1.1-r1
A better fuzzy finder
https://github.com/jhawthorn/fzy
sudo apk add fzyfzy-doc 1.1-r1
A better fuzzy finder (documentation)
https://github.com/jhawthorn/fzy
sudo apk add fzy-docfzy 1.1-1
A better fuzzy finder
https://github.com/jhawthorn/fzy
sudo pacman -S fzyfzy 1.1-1.3
A fuzzy text selector
https://github.com/jhawthorn/fzy
sudo zypper install fzyfzy
sudo port install fzyQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.