LinuxCommandLibrary

zf

Fuzzy finder optimized for filtering file paths

TLDR

Fuzzy find files interactively
$ find . -type f | zf
copy
Open selected file in vim
$ vim $(find . -type f | zf)
copy

SYNOPSIS

zf [options]

DESCRIPTION

zf is a command-line fuzzy finder that prioritizes filename matches over full path matches. When the query resembles a file path, it applies path-aware heuristics for more accurate results. Also available as an allocation-free library.

HISTORY

zf was created by Nate Craddock (natecraddock) and is written in Zig.

SEE ALSO

fzf(1), skim(1), fzy(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard