ppcp

Crates.ioppcp
lib.rsppcp
version0.1.0
sourcesrc
created_at2020-07-08 20:02:31.445249
updated_at2020-07-08 20:02:31.445249
descriptionTool for copying files in console with neat progress bars
homepage
repositoryhttps://github.com/acidnik/ppcp
max_upload_size
id262629
size259,397
Nikita Bilous (acidnik)

documentation

README

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

https://code.lm7.fr/mcy/gcp

Commit count: 22

cargo fmt