timo-reymann / bash-tui-toolkit

Toolkit to create simple Terminal UIs using plain bash builtins
Apache License 2.0
41 stars 3 forks source link

Support NOCOLOR #24

Closed timo-reymann closed 4 months ago

timo-reymann commented 4 months ago

Description

If the NO_COLOR env var is set to any value, all outputs should have no color and emojis.

For that, it would be beneficial to create a wrapper that returns a string for a colored and uncolored version.

References

https://no-color.org/

timo-reymann commented 4 months ago

Too much effort for low value added.

Might reconsider in the future.