Skip to content

fzf 0.72.0 (binary only)⚓︎

fzf is a general-purpose fuzzy finder for interactive command-line filtering.
It can be used directly in shell pipelines on the target, especially over SSH.

Runtime details in Freetz⚓︎

  • Binary path: /usr/bin/fzf
  • Runtime dependency profile: self-contained Go binary built with CGO_ENABLED=0
  • Externalization: supported for the binary

Build notes⚓︎

  • The package builds the upstream Go sources into a single target binary.
  • Shell integration helpers from upstream are not installed; the package focuses on the core executable.

Typical usage⚓︎

printf '%s\n' alpha beta gamma | fzf

Notes:
- fzf is most useful in interactive shells and remote SSH sessions.
- For large file trees or command histories, keep the working directory on writable external storage.