Crates.io | yank-next |
lib.rs | yank-next |
version | 0.1.0 |
created_at | 2025-09-18 08:09:19.570558+00 |
updated_at | 2025-09-18 08:09:19.570558+00 |
description | A command line tool to copy and paste files in a desktop-like fashion. |
homepage | |
repository | https://github.com/stickynotememo/yank |
max_upload_size | |
id | 1844401 |
size | 21,756 |
A command line tool to copy and paste files in a desktop-like fashion.
Files can be copied and saved to the clipboard, and later pasted. Unlike cp
, it's not required to know the destination path beforehand.
yank-next can be installed using cargo:
cargo install yank-next
yank [FILE] # to copy a file.
yank -x [FILE] # cut the file
cd destination_folder
yank # to paste, optionally use -p flag to specify paste filename
crates.io/yank exists and has a similar function, but is no longer maintained. I was not aware of this crate before developing or naming this tool.