fzf command

1
2
3
4
5
6
7
8
9
# 可以直接运行
fzf
# 查找当前目录和子目录的文件

# exact match
fzf -e

find . -type f | fzf

https://github.com/junegunn/fzf