-
Notifications
You must be signed in to change notification settings - Fork 81
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 suggestion: show bitrate in progress bar #191
Comments
Hm, your proposed design removes the time-elapsed information and the sent-bytes count. Of course, we can't cram everything into a single line so it is about priorities. One requirement that I have though is that all items left to the progress bar are fixed size, otherwise it would wobble too much. So, how about something like |
Okay I tried it out, and:
How would you like
Might need more experiments with the brackets |
I don't hate that. My thinking about total size is that the sender already knows the size of the file, typically. And the receiver also knows the size of the file because it's specified right above the progress bar, i.e. I like having the percentage personally, but I admit it's redundant with the progress bar. Leaving it out is fine if you prefer it that way. My one complaint about your idea is that the reserved space for |
Putting this on hold until #192 is resolved |
This could be revisited now, once we bump the indicatif version. |
Having the bitrate available is great for diagnosing performance issues at a glance, and making sure that very large transfers are proceeding as planned. I made a few modifications to the progress bar format that include showing the bitrate, but I didn't want to submit a PR for this without discussion about an acceptable format first.
I wonder if this progress bar style is worth consideration, or (alternatively) if the option to display a custom progress bar could be added as a command line option.
The text was updated successfully, but these errors were encountered: