Claude Code 텍스트 포맷터란?
Claude Code 텍스트 포맷터은(는) Clean up messy terminal & Claude Code output. Strip ANSI codes, line numbers, and control characters. 무료 온라인 도구입니다.
모든 처리는 브라우저에서 이루어지며, 데이터가 서버로 전송되지 않습니다.
사용 방법
Cleaning up output takes just a few seconds:
- 브라우저에서 도구 열기
- 화면의 지침에 따라 작업
- 결과를 가져와 다운로드
주요 특징
Terminal tools like Claude Code add ANSI escape codes to colorize text, highlight syntax, and control the cursor. When you copy that output into a plain-text editor, the escape codes are often shown as raw garbage sequences or invisible control characters that break your document.
Line numbers added by terminal multiplexers and log viewers also create extra noise. The formatter removes all of this automatically.
Typical Use Cases
- Cleaning Claude Code session logs before sharing them in bug reports.
- Copying terminal output into tickets, docs, or chat messages without escape-code noise.
- Preparing log snippets for code reviews and documentation.
- Removing line numbers from code listings so they can be pasted back into editors.
Tips
- If a pasted block still looks odd, try toggling Strip Control to remove hidden characters.
- The tool handles output from most modern terminals, including iTerm, Windows Terminal, and VS Code's integrated terminal.
- There is no limit on input size, so you can clean very long logs in one pass.