yank

Crates.ioyank
lib.rsyank
version0.1.0
sourcesrc
created_at2018-08-18 14:46:39.285904
updated_at2018-08-18 14:46:39.285904
descriptionA file copy utility, written in Rust
homepage
repositoryhttps://github.com/inferiormartin/yank
max_upload_size
id80069
size4,405
Maarten Vos (maarten-vos)

documentation

README

yank Build Status MIT licensed

A file copy utility, written in Rust

Usage

Just replace normal cp commands with yank.
Many flags aren't implemented yet, sadly.

Copy sink!

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
# dir2 now contains file1 and file2
Commit count: 0

cargo fmt