Skip to content

haondt/win32yoink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

win32yoink

A windows clipboard tool.

Based heavily on win32yank, but adds the html format.

Installation

Download binary

wget https://github.com/haondt/win32yoink/releases/latest/download/win32yoink-windows-x86_64.zip
unzip win32yoink-windows-x86_64.zip
win32yoink.exe -o

Install with cargo

cargo install win32yoink
win32yoink -o

Install with Scoop

scoop install https://raw.githubusercontent.com/haondt/win32yoink/main/scoop/win32yoink.json
win32yoink -o

Usage

Get the clipboard.

win32yoink -o

Set the clipboard

echo "hello brave new world" | win32yoink -i
echo "<p><b>hello</b> <u>brave</u> <i>new</i> world</p>" | win32yoink -i --html

If installed on powershell, can be accessed from wsl.

echo "text" | win32yoink.exe -i