win32yank Rui Abreu Ferreira
winget install --id=equalsraf.win32yank -e
A clipboard tool for Windows
win32yank is a clipboard tool for Windows designed to simplify clipboard management on your system. This utility allows you to easily access and manipulate clipboard content directly from the command line or scripts, providing enhanced flexibility for power users and developers.
Key Features:
- Retrieve clipboard content with ease using
win32yank -o
. - Set clipboard content by piping text into
win32yank -i
. - Supports Windows 7 SP1 and later versions.
- Lightweight and efficient, ideal for automating tasks in scripts or workflows.
- Available for installation via winget.
Audience & Benefit:
Ideal for developers, system administrators, and users who require seamless clipboard integration within their workflow. With win32yank, you can quickly transfer text between applications without graphical interfaces, streamlining your productivity and enabling efficient automation of repetitive tasks.
README
A clipboard tool for Windows. This requires Windows 7 SP1 or above (as supported by rust).
Get the clipboard.
win32yank -o
Set the clipboard
echo "hello brave new world!" | win32yank -i