astrp

Crates.ioastrp
lib.rsastrp
version0.1.0
sourcesrc
created_at2023-02-18 19:49:31.970952
updated_at2023-02-18 19:49:31.970952
descriptionStrip ansi escape sequences from stdin and write result to stdout
homepage
repositoryhttps://git.sr.ht/~kchibisov/astrp
max_upload_size
id788410
size41,867
Kirill Chibisov (kchibisov)

documentation

README

astrp

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

Installation

cargo install astrp

Usage

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

astrp < 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