Fix Terminal-Wrapped Text
Copy Repair cleans text copied from terminals, SSH sessions, logs, command output, and AI coding tools when line wrapping turns one readable paragraph or path into several broken lines.
Example
Before
Deployment failed because the callback handler returned before the session token was written.
After
Deployment failed because the callback handler returned before the session token was written.
When To Use It
- Terminal output wraps at the edge of the window.
- Copied SSH output has extra indentation.
- Logs, release notes, or command output paste badly into docs, issues, PRs, or chat.
- AI coding assistant output copied from a terminal is hard to reuse.
How It Works
Paste the broken text into Copy Repair. It removes common hanging indentation and joins wrapped prose while preserving blank lines, lists, and code fences where possible.
Repair copied text