vbauerster / mpb

multi progress bar for Go cli applications
The Unlicense
2.29k stars 123 forks source link

Support colored output #80

Closed arlyon closed 3 years ago

arlyon commented 3 years ago

I would really like to provide a green 'tick' when the job is finished. I have tried to use aurora to achieve this:

decor.OnComplete(decor.Spinner(mpb.DefaultSpinnerStyle), au.Green("✓").String()),

It seems, however, that the colors get stripped out.

arlyon commented 3 years ago

Scratch that, seems like it 'just works', not sure why it didn't before! thanks for the lib.