notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
Port details
fzf Blazing fast command-line fuzzy finder
0.71.0_1 textproc on this many watch lists=5 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.70.0_2Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-08-12 16:41:56
Last Update: 2026-04-10 15:57:27
Commit Hash: 7507e72
People watching this port, also watch:: doas, ripgrep, pkg, htop, mpv
License: MIT
WWW:
https://github.com/junegunn/fzf/
Description:
FZF is a general-purpose command-line fuzzy finder.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/fzf
  2. share/man/man1/fzf.1.gz
  3. /usr/local/share/licenses/fzf-0.71.0_1/catalog.mk
  4. /usr/local/share/licenses/fzf-0.71.0_1/LICENSE
  5. /usr/local/share/licenses/fzf-0.71.0_1/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • fzf>0:textproc/fzf
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 = 1775473925 SHA256 (go/textproc_fzf/junegunn-fzf-v0.71.0_GH0/go.mod) = 5d8e34ecd5e4a6934c2421090bbd11d7bd0c03c751d912a2bfb06f5860068aff SIZE (go/textproc_fzf/junegunn-fzf-v0.71.0_GH0/go.mod) = 529

Expand this list (2 items)

Collapse this list.

SHA256 (go/textproc_fzf/junegunn-fzf-v0.71.0_GH0/junegunn-fzf-v0.71.0_GH0.tar.gz) = 2420f4df1e7c3207a5a74b30c32ff3f3fa88ab6e2eb9e0da92cb27905271a525 SIZE (go/textproc_fzf/junegunn-fzf-v0.71.0_GH0/junegunn-fzf-v0.71.0_GH0.tar.gz) = 402657

Collapse this list.


Packages (timestamps in pop-ups are UTC):
fzf
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.70.0_10.70.0_1-0.65.2_10.71.0_1n/an/an/a
FreeBSD:13:quarterly0.67.0_40.70.0_2-0.63.00.70.0_2n/an/an/a
FreeBSD:14:latest0.71.00.71.0_1-0.65.10.71.0_1---
FreeBSD:14:quarterly0.70.0_20.70.0_2-0.63.00.70.0_2---
FreeBSD:15:latest0.71.0_10.71.0_1n/a-n/an/a--
FreeBSD:15:quarterly0.70.0_20.70.0_2n/a-n/an/a--
FreeBSD:16:latest0.70.0_10.71.0_1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go125 : lang/go125
Fetch dependencies:
  1. go125 : lang/go125
This port is required by:
for Run
  1. deskutils/arttime
  2. deskutils/cfiles
  3. graphics/wallhaven-cli
  4. misc/navi
  5. multimedia/ytfzf
  6. sysutils/yazi
  7. textproc/py-pyfzf
Expand this list (10 items / 3 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. textproc/wikiman
  3. x11/cliphist
  4. x11-fonts/fontpreview
  5. Collapse this list.

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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/junegunn/fzf/tar.gz/v0.71.0?dummy=/
Collapse this list.

Number of commits found: 112 (showing only 12 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.16.10_2
25 Oct 2017 13:19:30
Revision:452845Original commit files touched by this commit
olgeni search for other commits by this committer
textproc/fzf: quick compatibility fix for kill command autocompletion.
0.16.10_1
08 Aug 2017 22:03:43
Revision:447577Original commit files touched by this commit
ultima search for other commits by this committer
* Bump PORTREVISION
* Removed strip, stripping go is safe
* Added examples

PR:		221113
Submitted by:	Sascha Holzleiter (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11894
0.16.10
22 Jul 2017 13:00:00
Revision:446397Original commit files touched by this commit
riggs search for other commits by this committer
Update to upstream release 0.16.10

PR:		220903
Submitted by:	sascha@root-login.org (maintainer)
0.16.5
21 Feb 2017 01:40:33
Revision:434497Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.16.5

PR:		217255
Submitted by:	sascha@root-login.org(maintainer)
0.16.1
19 Jan 2017 18:13:17
Revision:431890Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.16.1

PR:		216246
Submitted by:	sascha@root-login.org (maintainer)
0.15.8
21 Nov 2016 15:30:20
Revision:426729Original commit files touched by this commit
marino search for other commits by this committer
textproc/fzf: Several fixes required after last update

1. The proper variable is MAKE_ENV, not BUILD_ENV
2. The build steps must not be surpressed!  Remove "@" from build step
3. The make command is contingent on the success of the cd command, so
   change the concatenation (";") to AND ("&&") and run the whole thing
   in a subshell
4. Additional CGO_ variables are required now.  Define CGO_LDFLAGS so
   that ncurses library can be found and add another path for CGO_CFLAGS
   so that ncurses_dll.h can be found.

Approved by:	general and ncurses blankets
0.15.8
21 Nov 2016 05:44:54
Revision:426690Original commit files touched by this commit
pi search for other commits by this committer
textproc/fzf: re-fix headers inclusion for ports-based ncurses

PR:		214678
Submitted by:	marino
Approved by:	ncurses blanket
0.15.8
20 Nov 2016 19:46:02
Revision:426617Original commit files touched by this commit
pi search for other commits by this committer
textproc/fzf: Update 13.4 -> 0.15.8

PR:		214678
Changes:	https://github.com/junegunn/fzf/blob/master/CHANGELOG.md
Submitted by:	Sascha Holzleiter <sascha@root-login.org> (maintainer)
0.13.4
20 Nov 2016 19:22:31
Revision:426614Original commit files touched by this commit
marino search for other commits by this committer
textproc/fzf: Fix headers inclusion for ports-based ncurses

Approved by:	ncurses blanket
0.13.4
05 Nov 2016 14:26:46
Revision:425392Original commit files touched by this commit
marino search for other commits by this committer
textproc/fzf: Document ncurses requirement

Approved by:	ncurses blanket
0.13.4
17 Aug 2016 11:45:22
Revision:420334Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 0.13.4
- Add TMUX option
- While here, add LICENSE_FILE

PR:		211865
Submitted by:	sascha@root-login.org (maintainer)
0.13.3
12 Aug 2016 16:41:49
Revision:420136Original commit files touched by this commit
pawel search for other commits by this committer
FZF is a general-purpose command-line fuzzy finder.

WWW: https://github.com/junegunn/fzf/

PR:		211661
Submitted by:	Sascha Holzleiter <sascha@root-login.org>

Number of commits found: 112 (showing only 12 on this page)

«  1 | 2