macOS
brew install fpplocal Homebrew formula metadata
sudo port install fppMacPorts ports tree · devel/fpp/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für fpp in AI-Agent-Workflows.
Installation
brew install fpplocal Homebrew formula metadata
sudo port install fppMacPorts ports tree · devel/fpp/Portfile · Quelle: api.github.com
sudo apk add fppAlpine Linux edge package indexes · fpp · Quelle: dl-cdn.alpinelinux.org
nix profile install nixpkgs#fppnixpkgs package indexes · pkgs/by-name/fp/fpp/package.nix · Quelle: api.github.com
Überblick
CLI program that accepts piped input and presents files for selection
Verlauf
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.
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 |
|---|---|---|---|
fpp | 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/facebook/PathPicker
Installationsmetadaten
| Paketschlüssel | brew:fpp |
|---|---|
| Version | 0.9.5 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/fpp |
| Homepage | https://facebook.github.io/PathPicker/ |
| Repository | https://github.com/facebook/PathPicker |
| Upstream-Dokumentation | https://facebook.github.io/PathPicker |
| Lizenz | MIT |
| Quellarchiv | https://github.com/facebook/PathPicker/archive/refs/tags/0.9.5.tar.gz |
| Von macOS bereitgestellte Bibliotheken | python |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 fppQuellspur
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.