Skip to content

d3mondev/stripcol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stripcol

A command line tool that reads from stdin and strips ANSI color codes from the input.

Description

stripcol is a simple command line utility that removes ANSI color codes from the input. This can be useful for cleaning up output from other programs that use ANSI codes for colorized text.

Usage

echo -e '\033[31mHello\033[0m World' | stripcol

This command will output "Hello World" with color codes removed.

Installation

To install stripcol, you need to have Go installed on your system.

go install github.com/d3mondev/stripcol/cmd/stripcol@latest

About

A command line tool that reads from stdin and strips ANSI color codes from the input.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages