TIL: the `NO_COLOR` informal standard to suppress ANSI colour escape codes
Spotted via my Github activity dashboard, the NO_COLOR
website http://no-color.org explains how users who…
prefer to have plain, non-colored text output can export
NO_COLOR=1
to their shell’s environment and automatically disable color by default in all supported software.
All links, in order of mention:
- Github: https://github.com
- NO_COLOR website: http://no-color.org
Recent posts:
- Patch for aarch64 (aka arm64) openssl 1.0.2 'relocation R_AARCH64_PREL64 against symbol OPENSSL_armcap_P error'
- Copy the contents of a branch into an existing git branch without merging
- Adding search to a static Jekyll site using pagefind
- asdf, python and automatically enabling virtual envs
- Clink makes working with Windows' `cmd.exe` so much nicer