Terminal Codes
Little Eye detects Terminal Codes on your clipboard the moment you copy. Recognises ANSI and terminal escape codes, decodes colours and styles, and strips them to clean text.
Examples
SGR foreground color — cannot be pasted literally; emit via a script or copy from a terminal
\u{1B}[31mred\u{1B}[0m
SGR bold + underline
\u{1B}[1;4mbold underlined\u{1B}[0m
24-bit truecolor SGR
\u{1B}[38;2;255;128;0mtruecolor\u{1B}[0m
carriage-return overwrite — deceptive; the visible text differs from what runs
rm -rf /\rls
OSC window-title change — cannot be pasted literally
\u{1B}]0;pwned\u{07}hello