Crates.io | osclip |
lib.rs | osclip |
version | 0.1.1 |
source | src |
created_at | 2024-03-31 18:19:35.85656 |
updated_at | 2024-04-03 07:35:11.471511 |
description | small utility to copy text from terminal to system clipboard |
homepage | |
repository | https://git.h6t.eu/madmo/osclip |
max_upload_size | |
id | 1191819 |
size | 2,864 |
Copy text from stdin to the clipboard using the OSC52 ansi sequence and the support of your terminal.
It works similar to xclip or wl-copy but also over ssh or serial connection.
echo "Hello, World!" | osclip
ISC