Progress bar module #1441
michenriksen
started this conversation in
Ideas
Replies: 1 comment
-
I like this idea, sounds good to me. Supporting Charmbraclet's libraries is something I've been thinking about and wanting for awhile, so feel free to go for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
Following the discuss, then code procedure, I would like to propose an idea for a new module that I would gladly contribute to the project.
It's a simple progress bar module which can show the progress of anything based on either a percentage between 0–100, or by giving the module a minimum, maximum, and current value. Some use cases for this would be:
If this is interesting for the project, I will go ahead and start working on this module.
I will start off by making it simple with no dependencies, but I will probably also experiment with
github.com/charmbracelet/bubbles/progress
as that would give the module some really cool features like color gradients. Would that be an acceptable dependency?Kindly let me know what you think!
Beta Was this translation helpful? Give feedback.
All reactions