1 unstable release
Uses old Rust 2015
0.1.0 | Jul 8, 2020 |
---|
#11 in #bars
220KB
504 lines
ppcp
Command-line tool for copying files and directories with progress bar
WARNING
This is an early stage software. Do not use it for anything serious. Please send feedback via github issues
USAGE
# copy file to dir
ppcp <path/to/file> <path/to/dest/dir>
# copy file to file
ppcp <path/to/file> <path/to/dest/file>
# copy dir to dir. directory /path/to/dest/dir will be created
ppcp <path/to/dir> <path/to/dest>
# copy multiple files/dirs
ppcp <path/to/file1> <path/to/dir2> <path/to/dest>
Error handling
Currently, ppcp will panic on any error. TODO is to add a dialog asking abort/skip/skip all/retry/overwrite and command-line option for default actions
Alternatives
rsync -P
Dependencies
~4–12MB
~124K SLoC