Linux command
zf 命令
文件
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Fuzzy find files interactively
find . -type f | zf
Open selected file in vim
vim $(find . -type f | zf)
说明
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.
FAQ
What is the zf command used for?
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.
How do I run a basic zf example?
Run `find . -type f | zf` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more zf examples?
This page includes 2 examples for zf, plus related commands for nearby Linux tasks.