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.
- Host: GitHub
- URL: https://github.com/foxforensics/discolor
- Owner: foxforensics
- License: mit
- Created: 2025-05-05T09:52:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-26T21:33:10.000Z (3 months ago)
- Last Synced: 2026-05-18T23:30:54.834Z (about 2 months ago)
- Topics: ansi, codes, discolor, escape, go, remove, sequences, terminal
- Language: Go
- Homepage: https://pkg.go.dev/go.foxforensics.dev/discolor
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).