-
I read among the tips a solution for copying, which displays the current progress bar. However, rsync does not print the percentage projected on the entire size, but per file, so it is not a completely good solution. The program called gcp offers a solution for this, which shows the entire operation as a percentage and also shows a progress bar, like ranger. However, if I paste it into the original code, it does not show its value in the bottom bar.
I rewrote the rsync line to: gcp -rfp "$@" . | ,but does not show the value in the status bar. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Best way wit advanced copy and move program: https://github.com/jarun/advcpmv
|
Beta Was this translation helpful? Give feedback.
Best way wit advanced copy and move program: https://github.com/jarun/advcpmv