scour

strips ANSI escape codes from text

When you need to strip some ANSI escape codes from some text.

Admittely, this is a niche tool, but I wrote oho, so i deal with this stuff way more than normal people.

Pipe text into it. It’ll “scour” the escape codes from the text and send the result to Standard Out

Prerequisets:

  • gnu-sed (brew install gnu-sed) because BSD’s sed is… “inferior”

Usage

USAGE: pipe text into me

Metadata:

Tags:

  • ansi
  • color
  • escape_codes