ANSI terminal output often contains invisible escape sequences around ordinary characters. Those sequences are useful for presentation but can become noise in logs, documentation, tickets, and text comparisons. This cleaner removes common SGR/CSI styling and keeps the text.
The tool is not a full terminal emulator. It focuses on common styling sequences and does not reconstruct cursor movement, screen clearing, or other terminal behavior.
Load Sample to see the styling disappear. Copy and Download make the clean representation easy to reuse. The input is never executed as a command.
If the cleaned text contains Unicode and your destination needs ASCII, validate it separately instead of silently changing it.
