10个版本
0.1.10 | 2020年6月6日 |
---|---|
0.1.9 | 2020年6月6日 |
0.1.6 | 2020年2月17日 |
#30 in #ignore
每月 30 次下载
61KB
219 行
概览
一个小工具,支持搜索.gitignore和自定义.ignore文件。这使得忽略git中的文件(如rspec支持文件)变得容易。
安装
cargo install gkosgrep
用法
我这样做是为了在vim中使用,作为the silver searcher的替代品,这使得自定义忽略内容更容易。用法非常简单
gkosgrep <path> [pattern]
如果缺少忽略的文件,它将被忽略。要在vim中使用fzf,请执行以下操作
command! -bang -nargs=* Gkosgrep
\ call fzf#vim#grep(
\ $HOME.'/.cargo/bin/gkosgrep . '.shellescape(<q-args>), 0,
\ {}, <bang>0)
然后使用Gkosgrep
命令来过滤文件
依赖项
~440KB