editing - Incremental Text Editing via PowerShell
Execute PowerShell commands to perform incremental text editing operations on files
Tags
Updated: 2026-03-22Capabilities
Typical Inputs
Typical Outputs
What this skill does
- read line range
- replace line range
- replace text globally
- replace by regex
- replace first occurrence
- insert lines
- delete line range
- append lines
Inputs
- file path
- line number
- text content
- regex pattern
Outputs
- updated file
- text content output
Requirements
- PowerShell
- exec command
