Skip to content

Commit

Permalink
link to source for noncolor
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly authored Oct 3, 2024
1 parent cfba515 commit 4235dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ or pick a binary from the [releases](https://github.com/fortio/terminal/releases

## Nocolor

`nocolor` is a very simple unix style filter: it removes all ansi codes from the input stream and writes the filtered version, color free, to stdout.
`nocolor` is a very simple unix style filter ([source code](https://github.com/fortio/terminal/blob/main/nocolor/nocolor.go#L42), uses [ansipixels.AnsiClean](https://pkg.go.dev/fortio.org/terminal/ansipixels#AnsiClean)): it removes all ansi codes from the input stream and writes the filtered version, color free, to stdout.

To install if you have go:
```shell
Expand Down

0 comments on commit 4235dd0

Please sign in to comment.