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.