1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-03 14:37:45 +00:00

mv: add progress bar (#4220)

* mv: add progress bar

Similarly to `cp`, adds `-g` and `--progress` flags to enable a progress
bar via indicatif.
This commit is contained in:
Christian 2022-12-13 11:46:54 +01:00 committed by GitHub
parent 7555527d07
commit 00bbe24639
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 125 additions and 22 deletions

1
Cargo.lock generated
View file

@ -2660,6 +2660,7 @@ version = "0.0.16"
dependencies = [
"clap",
"fs_extra",
"indicatif",
"uucore",
]