ripgrep 是一款 line oriented 搜索工具,它会遵循你的 gitignore 规则递归搜索当前目录中的正则表达式。ripgrep 将 Silver Searcher(类似于ack)的可用性与 GNU grep 高速相结合,支持 Windows、macOS 和 Linux 平台。
ripgrep 0.8.0 是改进和修复版本,针对开发者当前的主流需求,修复了许多 bug ,改进了文档和使用效率。
需注意的是,ripgrep 0.8.0 对 Rust 版本的最低要求从 1.17 调整至了 1.20。
软件详情:https://github.com/BurntSushi/ripgrep/releases/tag/0.8.0
下载地址:http://git.oschina.net/mirrors/ripgrep
来自:开源中国社区