strip-ansi-cli
Strip ANSI escape sequences from text.
Usage
Stdin as input
|
Argument as input
Print help message
Installation
Manually build from source
-
Make sure to have
cargoandrustcinstalled. If not, you may install it using rustup. -
Clone this repository.
-
Run
cargo build --release --lockedin the repo root. -
The binary should be created at
$REPO_DIR/target/release/strip-ansi.
Manually download prebuilt binary
Go to the Release Page and find file whose name contains strip-ansi and your platform name.
From Crates.io
From the Arch User Repository
Build from source
Prebuilt binary