Port details on branch 2025Q1 |
- fzf Blazing fast command-line fuzzy finder
- 0.54.3_1 textproc =8 0.54.3_1Version of this port present on the latest quarterly branch.
- Maintainer: dmgk@FreeBSD.org
- Port Added: 2016-08-12 16:41:56
- Last Update: 2024-08-09 06:24:08
- Commit Hash: aa8c011
- People watching this port, also watch:: doas, ripgrep, htop, pkg, poudriere
- License: MIT
- WWW:
- https://github.com/junegunn/fzf/
- Description:
- FZF is a general-purpose command-line fuzzy finder.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/fzf/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/fzf
- pkg install fzf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fzf
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1722595655
SHA256 (go/textproc_fzf/junegunn-fzf-v0.54.3_GH0/go.mod) = 1c46fd5ef317a4c3c5691a433ad9a2c903c4dae980ff996cb5ee243564ecf166
SIZE (go/textproc_fzf/junegunn-fzf-v0.54.3_GH0/go.mod) = 496
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go121 : lang/go121
- Fetch dependencies:
-
- go121 : lang/go121
- ca_root_nss>0 : security/ca_root_nss
- This port is required by:
- for Run
-
- deskutils/arttime
- deskutils/cfiles
- graphics/wallhaven-cli
- misc/navi
- multimedia/ytfzf
- sysutils/yazi
- textproc/py-pyfzf
Configuration Options:
- No options to configure
- Options name:
- textproc_fzf
- USES:
- go:modules zip
- pkg-message:
- For install:
- Various shell key bindings and completion files are embedded in fzf, to use
these include them in your shell configuration.
bash
# Set up fzf key bindings and fuzzy completion
eval "$(fzf --bash)"
zsh
# Set up fzf key bindings and fuzzy completion
eval "$(fzf --zsh)"
fish
# Set up fzf key bindings
fzf --fish | source
- If upgrading from < 0.48.0:
- Shell integration scripts are now embedded in the fzf binary. This simplifies
the distribution, and the users are less likely to have problems caused by using
incompatible scripts and binaries.
bash
# Set up fzf key bindings and fuzzy completion
eval "$(fzf --bash)"
zsh
# Set up fzf key bindings and fuzzy completion
eval "$(fzf --zsh)"
fish
# Set up fzf key bindings
fzf --fish | source
- If upgrading from < 0.53.0:
- The --tmux option has been added to replace the fzf-tmux script.
# --tmux [center|top|bottom|left|right][,SIZE[%]][,SIZE[%]]
# Center, 100% width and 70% height
fzf --tmux 100%,70% --border horizontal --padding 1,2
# Left, 30% width
fzf --tmux left,30%
# Bottom, 50% height
fzf --tmux bottom,50%
- Master Sites:
|