macOS
brew install fpplocal Homebrew formula metadata
sudo port install fppMacPorts ports tree · devel/fpp/Portfile · source: api.github.com
brew
CLI program that accepts piped input and presents files for selection. Version 0.9.5 via Homebrew; verified from local package data.
install
brew install fpplocal Homebrew formula metadata
sudo port install fppMacPorts ports tree · devel/fpp/Portfile · source: api.github.com
sudo apk add fppAlpine Linux edge package indexes · fpp · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#fppnixpkgs package indexes · pkgs/by-name/fp/fpp/package.nix · source: api.github.com
overview
CLI program that accepts piped input and presents files for selection
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
fpp | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/facebook/PathPicker
install metadata
| Package key | brew:fpp |
|---|---|
| Version | 0.9.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/fpp |
| Homepage | https://facebook.github.io/PathPicker/ |
| Repository | https://github.com/facebook/PathPicker |
| Upstream docs | https://facebook.github.io/PathPicker |
| License | MIT |
| Source archive | https://github.com/facebook/PathPicker/archive/refs/tags/0.9.5.tar.gz |
| Uses from macOS | python |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 fppsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.