Files master .github bin doc man plugin shell src test .gitignore .travis.yml BUILD.md CHANGELOG.md Dockerfile LICENSE Makefile README-VIM.md README.md go.mod go.sum install main.go uninstallBreadcrumbs fzf/ .gitignoreLatest commit
fzf --height 40%--reverse --preview'file {}'--preview-window down:1 .gitignore 可以使用fd,ripgrep或silver搜索程序代替默认的find命令来遍历文件系统,搜索时候支持利用git忽略定义.gitignore文件排除文件和目录。 将fd的输出输入fzf fd --type f | fzf 将fd设置为fzf的默认源 export FZF_DEFAULT_COMMAND=...
.gitignore 0.24.0-rc1 4年前 .gon.hcl 0.24.0-rc1 4年前 .goreleaser.yml 0.24.0-rc1 4年前 .rubocop.yml Fix Travis CI build 4年前 .travis.yml Fix Travis CI build 4年前 BUILD.md Make Makefile fail when git information is not available ...
For more advanced examples, see Key bindings for git with fzf.TipsRespecting .gitignoreYou can use fd, ripgrep, or the silver searcher instead of the default find command to traverse the file system while respecting .gitignore.# Feed the output of fd into fzf fd --type f | fzf # ...
# 这行配置开启 ag 查找隐藏文件 及忽略 .git 文件exportFZF_DEFAULT_COMMAND='ag --hidden --ignore .git -l -g ""'# orexportFZF_DEFAULT_COMMAND="fd --exclude={.git,.idea,.sass-cache,node_modules,build} --type f" FZF_DEFAULT_OPTS ...
Respecting .gitignoreYou can use fd, ripgrep, or the silver searcher instead of the default find command to traverse the file system while respecting .gitignore.# Feed the output of fd into fzf fd --type f | fzf # Setting fd as the default source for fzf export FZF_DEFAULT_COMMAND='...
export FZF_DEFAULT_COMMAND='ag --hidden --ignore .git -g ""'git ls-tree for fast traversalIf you're running fzf in a large git repository, git ls-tree can boost up the speed of the traversal.export FZF_DEFAULT_COMMAND=' (git ls-tree -r --name-only HEAD || ...
For more advanced examples, see Key bindings for git with fzf.TipsRespecting .gitignore, .hgignore, and svn:ignoreag or rg will do the filtering:# Feed the output of ag into fzf ag -g "" | fzf # Setting ag as the default source for fzf export FZF_DEFAULT_COMMAND='ag -g ""' #...
Respecting .gitignore git ls-tree for fast traversal Fish shell License Installation fzf project consists of the following components: fzfexecutable fzf-tmuxscript for launching fzf in a tmux pane Shell extensions Key bindings (CTRL-T,CTRL-R, andALT-C) (bash, zsh, fish) ...
.gitignore .travis.yml BUILD.md CHANGELOG.md Dockerfile LICENSE Makefile README-VIM.md README.md go.mod go.sum install main.go uninstall README.md fzf is a general-purpose command-line fuzzy finder.It's an interactive Unix filter for command-line that can be used wit...