-
Notifications
You must be signed in to change notification settings - Fork 250
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
Consider supporting gradients #691
Comments
I'm open to reviewing code for this assuming the complexity is pretty self-contained. FWIW I can also review PRs in console so if it makes more sense to keep some of your code in that crate, suggest spreading it across the crates if/where that makes sense. |
Well yeah the code changes were in I'll probably do a PR "soon" on |
@djc Initial PR done, let's move the discussion over there. |
Hello there, I found myself wanting to use gradients for part of my CLI.
In my case, it was the
ProgressBar
I desired something like the following:
Since
console
doesn't support gradients, I took the liberty of creating my own implementation for it (hence the image produced beforehand)Should I clean up my work and make a PR, or is it not planned to support such a case ?
The text was updated successfully, but these errors were encountered: