A windows clipboard tool.
Based heavily on win32yank, but adds the html format.
wget https://github.com/haondt/win32yoink/releases/latest/download/win32yoink-windows-x86_64.zip
unzip win32yoink-windows-x86_64.zip
win32yoink.exe -o
cargo install win32yoink
win32yoink -o
scoop install https://raw.githubusercontent.com/haondt/win32yoink/main/scoop/win32yoink.json
win32yoink -o
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