A file copy utility, written in Rust
Just replace normal cp
commands with yank
.
Many flags aren't implemented yet, sadly.
yank
supports copying and pasting in separate runs!
Simply run yank <source>
without a destination, and later run yank -p
to paste all the things!
```
$ cd dir1
dir1 $ yank file1
dir1 $ yank file2
dir1 $ cd ../dir2
dir2 $ yank -p
```