Skip to content
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

idea for enhancment - file copy speed/bytes copied info #427

Open
hagaygo opened this issue Nov 8, 2024 · 1 comment
Open

idea for enhancment - file copy speed/bytes copied info #427

hagaygo opened this issue Nov 8, 2024 · 1 comment

Comments

@hagaygo
Copy link
Contributor

hagaygo commented Nov 8, 2024

A little thing i sometime miss is while copying big files, There is a simple progress bar, but no info about copy speed or how much bytes already copied.

Since the progress bar seems to give correct info , I assume it should be easy to add byte copied out of total bytes needs to be copied to the GUI under the progress bar.

And if this information is available it should be easy to add speed to the GUI (byte copied / (current time - start of copy time) ).

I did a quick check in the code and did not really find how the progress bar is being calculated/show.

Only found the following code is being invoked on copy command

copyFn = ({from, to, names}, callback) =>

With some pointers (not much of node/npm expert) i assume i can implement it myself (of course , someone else can pick it up 😄)

@coderaiser
Copy link
Owner

coderaiser commented Nov 8, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants