ppcp ==== Command-line tool for copying files and directories with progress bar ![](https://github.com/acidnik/ppcp/raw/master/demo.gif) 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 # copy file to file ppcp # copy dir to dir. directory /path/to/dest/dir will be created ppcp # copy multiple files/dirs ppcp ``` 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 ``` https://code.lm7.fr/mcy/gcp