Rust implementation of Unix's
tee
with stripping of ANSI colors.
Use the crate published on crates.io:
shell
cargo install --locked ctee
OR manually clone and install the latest version:
shell
git clone https://github.com/Lipen/ctee
cd ctee
cargo install --path .
``` $ ctee --help
Read from STDIN and write to STDOUT (unchanged) and FILES (without ANSI-colors)
USAGE: ctee [OPTIONS] [FILES]...
ARGS:
OPTIONS:
-a, --append Append to the given files instead of overwriting
--bs
EXAMPLES: