Keyboard shortcuts
| Key | Action |
|---|---|
| Ctrl / ⌘ + Enter | Full Clean — runs the whole pipeline (works anytime, even while typing). |
| 1 | Strip Line Breaks — flattens everything onto a single line. |
| 2 | Remove Extra Spaces — collapses runs of spaces and tabs to one. |
| 3 | Trim Each Line — removes leading and trailing whitespace per line. |
| 4 | Collapse Blank Lines — reduces stacks of empty lines to a single break. |
| 5 | Straighten Quotes — converts curly quotes, em dashes, and non-breaking spaces. |
| 6 | Strip HTML Tags — removes tags and decodes entities. |
| 7 | Extract JSON Text — strips braces, brackets, keys, quotes, and commas, leaving the raw values as plain text. |
| 8 | Remove Hidden Characters — deletes zero-width and invisible Unicode marks (and normalizes exotic spaces to a regular space). |
The single number keys (1–8) fire when the paste box isn't focused, so they never interfere with typing. After you paste, click anywhere outside the box — or just press a number — and the action runs. Ctrl/⌘ + Enter works at any time.
Buttons
| Button | What it does |
|---|---|
| ⧉ Copy | Copies the current text to your clipboard. |
| ↺ Undo | Reverts the last cleaning action. |
| ␡ Clear | Empties the box so you can start fresh. |
A typical flow
Paste your messy text, press Ctrl/⌘ + Enter for a full clean, then press ⧉ Copy and paste the result wherever you need it. For finer control, run individual actions with 1–8 and use ↺ Undo to step back. Everything happens on your device — nothing is uploaded.