Closed apolopena closed 3 years ago
A spinner is not informative enough for operations such as rsync that can take a long time.
rsync
Long lasting processes should be as informative as possible. https://github.com/Xfennec/progress
Install progress - Coreutils Progress Viewer
progress works for the following core util processes:
progress
cp, mv, dd, tar, cat, rsync, grep, fgrep, egrep, cut, sort, md5sum, sha1sum, sha224sum, sha256sum, sha384sum, sha512sum, adb, gzip, gunzip, bzip2, bunzip2, xz, unxz, lzma, unlzma, 7z, 7za, zcat, bzcat, lzcat, split, gpg
This feature will be implemented where the project scaffolding is copied over to the project workspace using rsync.
adds alot of time to the installation process. 3 second rsync ends up being 16 seconds when using a progress bar. wont fix for now.
Problem this feature will solve
A spinner is not informative enough for operations such as
rsync
that can take a long time.Background
Long lasting processes should be as informative as possible. https://github.com/Xfennec/progress
Proposed Solution
Install progress - Coreutils Progress Viewer
Constraints and Assumptions
progress
works for the following core util processes:Alternatives or Workarounds
Additional context
This feature will be implemented where the project scaffolding is copied over to the project workspace using
rsync
.