fatih / color

Color package for Go (golang)
https://pkg.go.dev/github.com/fatih/color
MIT License
7.26k stars 615 forks source link

Add option to escape color attributes for Zsh/Bash prompt #44

Closed robertgzr closed 7 years ago

robertgzr commented 7 years ago

I don't know if anybody but me would even find this useful at all.

I generate a git prompt and zsh/bash need all escape sequences to be wrapped in these (%{%} and \[\] respectively) to determine the width of the string to display.

fatih commented 7 years ago

Hi @robertgzr

I don't want to add complicated features like this. Thanks for the PR.