macOS
brew install fpplocal Homebrew formula metadata
sudo port install fppMacPorts ports tree · devel/fpp/Portfile · ソース: api.github.com
brew
fpp のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install fpplocal Homebrew formula metadata
sudo port install fppMacPorts ports tree · devel/fpp/Portfile · ソース: api.github.com
sudo apk add fppAlpine Linux edge package indexes · fpp · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#fppnixpkgs package indexes · pkgs/by-name/fp/fpp/package.nix · ソース: api.github.com
概要
CLI program that accepts piped input and presents files for selection
履歴
Facebook PathPicker is a command-line tool, installed as fpp, that parses piped terminal output for file paths and presents an interactive selector. The official README frames it as a solution to the common shell problem of selecting files from command output.
PathPicker was published by Facebook with a GitHub Pages site and repository documentation. The project combines a shell entry point with small Python modules: it parses noisy input with regular expressions, shows a curses selector UI, then emits commands for the shell wrapper to execute.
The GitHub release history starts in 2015, with frequent early releases through 0.6.x and 0.7.x, community bug-fix releases in 2019, and a 2022 release. The official site credits Facebook / Peter Cottle in its metadata.
The README presents Homebrew as the easiest macOS installation path with brew install fpp, describes Debian packaging steps, links an Arch AUR package, and documents manual installation by symlinking the fpp script into /usr/local/bin. It also notes supported shells including Bash, Zsh, csh, fish, and rc, and links a tmux-fpp add-on.
PathPicker is typically inserted at the end of a pipeline, for example git status | fpp, git grep | fpp, grep -r | fpp, git diff --stat | fpp, find output | fpp, or arc inlines | fpp. Selected files can be opened in $EDITOR or passed into an arbitrary command with the selected paths appended or substituted through the $F token.
PathPicker is a neat Unix-package example because it does not replace git, grep, find, or editors; it adds an interactive file-selection layer to existing pipelines. Its value is the small fpp command and its shell integration, making it memorable among terminal UI tools packaged by Homebrew and Linux distributions.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
fpp | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/facebook/PathPicker
インストールメタデータ
| パッケージキー | brew:fpp |
|---|---|
| バージョン | 0.9.5 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/fpp |
| ホームページ | https://facebook.github.io/PathPicker/ |
| リポジトリ | https://github.com/facebook/PathPicker |
| 上流ドキュメント | https://facebook.github.io/PathPicker |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/facebook/PathPicker/archive/refs/tags/0.9.5.tar.gz |
| macOS 提供ライブラリ | python |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fpp |
| 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 パッケージリンクとは分けて表示されます。
fpp
nix profile install nixpkgs#fppfpp 0.9.5-r0
TUI that lets you pick paths out of its stdin and run arbitrary commands on them
https://facebook.github.io/PathPicker
sudo apk add fppfpp-doc 0.9.5-r0
TUI that lets you pick paths out of its stdin and run arbitrary commands on them (documentation)
https://facebook.github.io/PathPicker
sudo apk add fpp-docfpp
sudo port install fppソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.