ansi-stripper

Crates.ioansi-stripper
lib.rsansi-stripper
version0.1.0
sourcesrc
created_at2022-05-01 22:55:19.580876
updated_at2022-05-01 22:55:19.580876
descriptionStrip ansi escape sequences from stdin and write result to stdout
homepage
repositoryhttps://git.sr.ht/~kchibisov/ansi-stripper
max_upload_size
id578780
size42,002
Kirill Chibisov (kchibisov)

documentation

README

ansi-stripper

ansi-stripper is a minimal command line tool to remove ansi escape sequences from standard input and writing the result to standard output.

Installation

cargo install ansi-stripper

Usage

ansi-stripper is intended to be used with other unix tools and not very useful on its own.

ansi-stripper < text-with-escapes.txt > stripped-text.txt

Contributing and reporting bugs

Sending patches and bugs reporting is done via https://lists.sr.ht/~kchibisov/public-inbox

Commit count: 0

cargo fmt