1 个不稳定版本
使用旧的Rust 2015
0.1.0 | 2020年7月8日 |
---|
#10 in #bars
220KB
504 代码行
ppcp
具有进度条的命令行文件和目录复制工具
警告
这是一个早期阶段的软件。请不要用于任何重要用途。请通过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>
错误处理
目前,ppcp在出现任何错误时都会崩溃。待办事项是添加一个询问中止/跳过/跳过所有/重试/覆盖的对话框,并为默认操作添加命令行选项
替代方案
rsync -P
依赖
~4–12MB
~124K SLoC