fzf command

# 可以直接运行
fzf
# 查找当前目录和子目录的文件

# exact match
fzf -e

find . -type f | fzf

https://github.com/junegunn/fzf