-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Show overall progress when checking #181
Comments
The files listed in a hash file can vary greatly in size. So the speed calculated by the count of lines will be essentially nonuniform. This can be mitigated if such overall progress is printed in the form Some notes:
|
I've come full circle. I was looking for a tool to do this. I (re-)discovered rhash. Then I tried to search for a way for it to display overall progress... |
I think it would be best to just get the file size of each file in the hash list (which is fast, at least if you are not trying to verify a list with millions of small files on a HDD) and then display the overall progress based on
|
Not all hash list are short. Not for all users RHash (with the discussed feature) will instantly start calculating with percents. So there will be requests to print something while RHash is calculating sizes before the actual work. It's a neverending wheel of feature requests. |
I see there are flags to show the speed and progress per file, but what about overall progress?
It would involve counting the lines in the checksum file and then showing a progress bar or percentage when checking.
The text was updated successfully, but these errors were encountered: