github acheronfail/repgrep 0.14.1

latest releases: 0.15.0, 0.14.3, 0.14.2...
15 months ago

Notable additions:

  • Support regular expression capturing groups 🎉
    • Refer to any group with its index, e.g. $1 or ${1}
    • Refer to named groups (/(?P<name>.)/) with $name or ${name}
    • Insert a $ with $$
    • For more on this syntax, read the regex crate's documentation
  • When files are detected as having ascii encoding, default to utf8 since it's ascii compatible and more widely used

Due to another CI issue (my bad) 0.14.0 was released prematurely.
For all intents and purposes though, the binaries should be the same (was just changing some formatting and CI checks).

Don't miss a new repgrep release

NewReleases is sending notifications on new releases.