macOS
brew install fpplocal Homebrew formula metadata
安装
brew install fpplocal Homebrew formula metadata
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.