MCPcopy Create free account
hub / github.com/modem-dev/hunk / stripColorSgr

Function stripColorSgr

src/ui/staticDiffPager.test.ts:9–11  ·  view source on GitHub ↗

Remove Hunk's intentional SGR color codes while leaving unsafe controls visible.

(text: string)

Source from the content-addressed store, hash-verified

7
8/** Remove Hunk's intentional SGR color codes while leaving unsafe controls visible. */
9function stripColorSgr(text: string) {
10 return text.replace(/\x1b\[[0-9;]*m/g, "");
11}
12
13const OSC52_CLIPBOARD = "\x1b]52;c;SGVsbG8=\x07";
14const CSI_CLEAR_SCREEN = "\x1b[2J";

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected