Crates.io | win32yoink |
lib.rs | win32yoink |
version | 0.1.0 |
source | src |
created_at | 2024-03-27 22:16:11.853086 |
updated_at | 2024-03-27 22:16:11.853086 |
description | A windows clipboard tool |
homepage | https://github.com/haondt/win32yoink |
repository | https://github.com/haondt/win32yoink |
max_upload_size | |
id | 1188479 |
size | 5,560 |
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