| Crates.io | ppcp |
| lib.rs | ppcp |
| version | 0.1.0 |
| created_at | 2020-07-08 20:02:31.445249+00 |
| updated_at | 2020-07-08 20:02:31.445249+00 |
| description | Tool for copying files in console with neat progress bars |
| homepage | |
| repository | https://github.com/acidnik/ppcp |
| max_upload_size | |
| id | 262629 |
| size | 259,397 |
Command-line tool for copying files and directories with progress bar

This is an early stage software. Do not use it for anything serious. Please send feedback via github issues
# 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>
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
rsync -P