macOS
brew install fzylocal Homebrew formula metadata
sudo port install fzyMacPorts ports tree · devel/fzy/Portfile · ソース: api.github.com
brew
fzy のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install fzylocal Homebrew formula metadata
sudo port install fzyMacPorts ports tree · devel/fzy/Portfile · ソース: api.github.com
sudo apk add fzyAlpine Linux edge package indexes · fzy · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#fzynixpkgs package indexes · pkgs/by-name/fz/fzy/package.nix · ソース: api.github.com
sudo pacman -S fzyArch Linux sync databases · fzy · ソース: geo.mirror.pkgbuild.com
sudo zypper install fzyopenSUSE Tumbleweed package metadata · fzy · ソース: download.opensuse.org
概要
Fast, simple fuzzy text selector with an advanced scoring algorithm
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
fzy | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/jhawthorn/fzy
インストールメタデータ
| パッケージキー | brew:fzy |
|---|---|
| バージョン | 1.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/fzy |
| ホームページ | https://github.com/jhawthorn/fzy |
| リポジトリ | https://github.com/jhawthorn/fzy |
| 上流ドキュメント | https://github.com/jhawthorn/fzy#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/jhawthorn/fzy/archive/refs/tags/1.1.tar.gz |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 fzyソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.