Skip to content

ugrep v6.3

Compare
Choose a tag to compare
@genivia-inc genivia-inc released this 31 Jul 20:08
· 19 commits to master since this release

What's new?

  • option --index always enables --recursive #410
  • new bash, fish and zsh ugrep-indexer completions #411
  • option --hyperlink outputs absolute search paths #412
  • update regex DFA cut optimization that was too agressive for some patterns
  • option -o (--only-matching) with -ABC context now also supports multi-line pattern matching with \n (newline) in regex patterns

Note: again extensively tested with random (fuzzed) patterns to verify the match algorithms and optimizations.