← Back to tools
View AGENTS.md for teip
teip
Select partial stdin and replace with the result of another command
Description
teip selects partial standard input and replaces it with the result of another command. It acts as a masking tool that lets you apply transformations to only specific parts of input text.
AI Summary
Apply commands to selected portions of stdin while leaving the rest unchanged
Capabilities
- + Select parts of stdin with regex or fields
- + Apply commands to selected portions only
- + Leave non-selected parts unchanged
- + Compose with other Unix commands
Use When
- → When you need to transform only part of text input
- → When piping data through selective transformations
Avoid When
- x When transforming entire input