win32yoink

Crates.iowin32yoink
lib.rswin32yoink
version0.1.0
sourcesrc
created_at2024-03-27 22:16:11.853086
updated_at2024-03-27 22:16:11.853086
descriptionA windows clipboard tool
homepagehttps://github.com/haondt/win32yoink
repositoryhttps://github.com/haondt/win32yoink
max_upload_size
id1188479
size5,560
(haondt)

documentation

README

win32yoink

A windows clipboard tool.

Based heavily on win32yank, but adds the html format.

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
Commit count: 9

cargo fmt