← Back to tools
View AGENTS.md for trre
trre
Transductive regular expressions for text editing and grep-like searching
Description
Trre implements transductive regular expressions, an extension of regular expressions for text editing, along with a grep-like command-line tool. It combines pattern matching with text transformation in a single step.
AI Summary
Grep-like tool using transductive regular expressions that combine matching with text transformation.
Capabilities
- + Transductive regular expression matching
- + Combined pattern matching and text editing
- + Grep-like command-line interface
Use When
- → You need simultaneous pattern matching and text transformation
- → You want an advanced regex tool
Avoid When
- x You need standard grep compatibility