使用旧的 Rust 2015
0.1.0 |
|
---|
#26 在 #file-copy
5KB
64 代码行
yank
使用 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