-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Custom Loading Bar #3
Comments
is this still open? |
Yes, it is. |
I had a quick look through your project and it looks like you use tqdm for your progress bars currently: Depending on how you would like to implement it. I imagine it would be pretty simple to add functionality which would allow users to set the colours of the progress bar as part of a config file or as an argument for your current commands. Which sounds best to you? |
That sounds great although I don't think we need to make it accessible to users to change colors. What do you think? |
Yeah, very doable. I'll try and write up a PR for it. Not sure how you would do loading bar with emojis but maybe there are some other options using |
Looks like we can use this option to customise the character used to complete the fill the meter. |
This exactly looks what I needed although thumbs up might annoy people 😅, we can use 📥 or 📩 to display progress what do you think? |
Ah I see, yeah definitely. I believe, that ascii option updates what's filled (usually smooth blocks), not sure if it there is a way to cleanly have it so only the last option is the emoji but I'll endeavour to find out. |
A nice addition to the CLI would be for e.g a different colour of loading bar or emojis in progress bar
The text was updated successfully, but these errors were encountered: