yank-next

Crates.ioyank-next
lib.rsyank-next
version0.1.0
created_at2025-09-18 08:09:19.570558+00
updated_at2025-09-18 08:09:19.570558+00
descriptionA command line tool to copy and paste files in a desktop-like fashion.
homepage
repositoryhttps://github.com/stickynotememo/yank
max_upload_size
id1844401
size21,756
(stickynotememo)

documentation

README

yank-next

License: MIT

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.

Installation

yank-next can be installed using cargo: cargo install yank-next

Usage

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

Notes

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.

Commit count: 11

cargo fmt