12.1.1

ripgrep 12.1.1 is a patch release that fixes a couple small bugs. In particular, the ripgrep 12.1.0 release did not tag new releases for all of its in-tree dependencies. As a result, ripgrep built dependencies from crates.io would produce a different build than compiling ripgrep from source on the 12.1.0 tag. Namely, some crates like grep-cli had unreleased changes.

In case you haven't heard of it before, ripgrep is a line-oriented search tool that recursively searches your current directory for a regex pattern. By default, ripgrep will respect your gitignore rules and automatically skip hidden files/directories and binary files.

Bug fixes:

  • BUG #1581: Corrects some egregious markup output in --help.
  • BUG #1591: Mention the special $0 capture group in docs for the -r/--replace flag.
  • BUG #1602: Fix failing test resulting from out-of-sync dependencies.

项目简介

当前项目暂无项目简介

发行版本 66

13.0.0

全部发行版

贡献者 338

全部贡献者

开发语言

  • Rust 94.2 %
  • Python 3.2 %
  • Shell 2.5 %
  • Ruby 0.1 %
  • Dockerfile 0.0 %