You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for a way to provide a progress bar, especially copying large files and directories. It could also be useful on inspectTree (with md5). Is there a way to do that with this package currently?
The text was updated successfully, but these errors were encountered:
Currently there is no such option and I think this is outside of the scope of this library. The problem with it, is that for progress calculation you need to first scan all the files to be able to calculate total size, what if implemented in the library will make operation slower for everybody, even if you don't need this option.
That being said, I think it can be coded pretty reasonably with the primitives of this library. Here is very primitive attempt (that I didn't run, so probably contains bugs).
I'm looking for a way to provide a progress bar, especially copying large files and directories. It could also be useful on inspectTree (with md5). Is there a way to do that with this package currently?
The text was updated successfully, but these errors were encountered: