-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Allow multicolor progress bars #53
Comments
use a custom formatter |
@AndiDittrich What about improving the default formatter instead? I believe all that is needed is to replace I can submit a PR if you want. |
generally the dependencies should be reduced to |
Alright, no worries! |
whats about an option like "barGlue" ? that's the easiest way to add custom colors for each sub-bar |
Sure that works. However I would not go for a PR for this anymore. Thanks for the help though! |
the |
Thanks! |
This would be great if the "complete" part of the progress bar could be of a different color than the "incomplete" part of it.
Using ANSI color escapes in the
barCompleteChar
orbarIncompleteChar
options does not currently work because the values for those options must currently be 1 character long. Using colors in those options make the progress bar shorter and jump left and right.(Note that it is possible though to give a color to the whole bar as the
shades_grey
preset shows.)The text was updated successfully, but these errors were encountered: