最后活跃于 1730170092

fzf-18.sh 原始文件
1# Print tree structure in the preview window
2 export FZF_ALT_C_OPTS="
3 --walker-skip .git,node_modules,target
4 --preview 'tree -C {}'"