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:
parent
7555527d07
commit
00bbe24639
3 changed files with 125 additions and 22 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2660,6 +2660,7 @@ version = "0.0.16"
|
|||
dependencies = [
|
||||
"clap",
|
||||
"fs_extra",
|
||||
"indicatif",
|
||||
"uucore",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue