fzf
It’s an interactive filter program for any kind of list; files, command history, processes, hostnames, bookmarks, git commits, etc. It implements a “fuzzy” matching algorithm, so you can quickly type in patterns with omitted characters and still get the results you want. [junegunn/fzf]
这是一个适用于任何列表的互动过滤程序;文件、命令历史记录、进程、主机名、书签、git提交等。它实现了一种“模糊”匹配算法,因此您可以快速输入省略字符的模式,依然可以获得您想要的结果。 [junegunn/fzf]
install
# Arch
sudo pacman -S fzf
# Windows 10
scoop install fzf
reference
- #guide how to make ripgrep fzf integration command searching both file name and content
- #guide A Practical Guide to fzf: Building a File Explorer