← Back to tools
View AGENTS.md for Rep
Rep
Find-and-replace on grep-formatted lines from standard input
Description
Rep is a command-line utility that takes grep-formatted lines via standard input and performs a find-and-replace on them. It integrates with grep/ripgrep output to enable efficient batch replacements.
AI Summary
Command-line utility for performing find-and-replace on grep-formatted output
Capabilities
- + Perform find-and-replace on grep-formatted lines
- + Accept input from grep or ripgrep via stdin
- + Batch replace text across multiple files
Use When
- → When performing batch find-and-replace using grep output
- → When refactoring text across multiple files