#file-copy #copy #file #directory

已删除 yank

使用 Rust 编写的文件复制工具

使用旧的 Rust 2015

0.1.0 2018年8月18日

#26#file-copy

MIT 许可证

5KB
64 代码行

yank 构建状态 MIT 许可

使用 Rust 编写的文件复制工具

用法

只需将正常的 cp 命令替换为 yank 即可。
很遗憾,许多标志尚未实现。

复制接收器!

yank 支持在单独的运行中复制和粘贴!
只需运行 yank <source> 而不指定目的地,稍后运行 yank -p 以粘贴所有内容!

$ cd dir1
dir1 $ yank file1
dir1 $ yank file2
dir1 $ cd ../dir2
dir2 $ yank -p
# dir2 now contains file1 and file2

依赖关系

~3.5MB
~62K SLoC