Copy Repair

Paste messy text copied from Codex, Claude Code, or a terminal. Copy Repair removes the broken wrapping, extra indent, and split links so you can paste it somewhere useful.

Nothing is uploaded or saved.

Broken Paste
Terminal wrapping, stray indent, split links, and copied chat artifacts.
0 chars
Repaired Output
Ready for docs, pull requests, notes, chat, or issue comments.
0 chars 0 lines

Examples

AI terminal wrap
Before
• Here is the release note:

  - Fixed the callback race that
    left users on a blank screen.
After
Here is the release note:

- Fixed the callback race that left users on a blank screen.
Split URL
Before
https://copy.repair/
  docs?source=
  terminal
After
https://copy.repair/docs?source=terminal
File path in terminal
Before
- Config: apps/web/
    src/account/
    settings.ts
After
- Config: apps/web/src/account/settings.ts