An open API service indexing awesome lists of open source software.

https://github.com/foxforensics/discolor

Remove ANSI color escape sequences from the input stream.
https://github.com/foxforensics/discolor

ansi codes discolor escape go remove sequences terminal

Last synced: 28 days ago
JSON representation

Remove ANSI color escape sequences from the input stream.

Awesome Lists containing this project

README

          

# discolor
Remove ANSI color escape sequences from the input stream.

```console
go install go.foxforensics.eu/discolor@latest
```

## Usage
```console
$ cat test.txt | discolor
```

## License
Released under the [MIT License](LICENSE.md).