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 requests: cp & mv progress bar #1455
Comments
I'd be open to this extension if it were opt in. Perhaps a command line flag such as @doronbehar Have you looked at https://github.com/tarka/xcp? |
Seems like an interesting project, with progress bar and performance enhancments over GNU's coreutils. Have you ever borrowed or considered borrowing ideas from there? |
I agree that it's got some good ideas. Unfortunately, it's GPL, so at most we will be able to borrow ideas. When I think progress bars have been requested before. I am happy to add it as an optional flag (like |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Nothing new to add here, but still a feature that would be nice to have.
…On Mar 30 2021, at 3:21 pm, stale[bot] ***@***.***> wrote:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub (#1455 (comment)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/ACT5IMZL4QQTO5EAPFTA3QTTGG66FANCNFSM4LF4QYXA).
|
There is indicatif and pb, both licensed with MIT. It would be very easy to implement for mv and cp as far as i have seen. Only thing i'm concerned about they are going to increase the executable size, On the other hand features like this are joy to use, imagine having exa instead of |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
GNU's coreutils project has rejected this feature since day 1, see: https://lists.gnu.org/archive/html/coreutils/2015-09/msg00008.html . There's a crafty patch written for it but today it failed me when I copied a directory with very special characters such as
[{[&d.*
it didn't know how to handle.I was wondering whether you'd consider implementing this feature.
The text was updated successfully, but these errors were encountered: