#find #replace #lean #directory #command #ripgrep #search

app rf

find命令的快速且轻量级替代品

1个不稳定版本

使用旧的Rust 2015

0.1.0 2018年12月13日

#9 in #lean

MIT 许可证

3KB

ripfind

find命令的快速且轻量级替代品,仿照ripgrep软件包(https://github.com/BurntSushi/ripgrep)。

用法

rf <regex> [dir]

打印出目录<regex>中所有匹配的文件。<dir>是可选的,如果不提供参数,ripfind将在当前目录中搜索。

依赖

~2–11MB
~95K SLoC