Find a file
2024-04-01 14:29:00 +02:00
src Initial import 2024-03-31 20:18:12 +02:00
.gitignore Initial import 2024-03-31 20:18:12 +02:00
Cargo.lock Initial import 2024-03-31 20:18:12 +02:00
Cargo.toml Add repository link to Cargo.toml 2024-04-01 14:29:00 +02:00
LICENSE Add readme, license and update cargo description 2024-04-01 14:27:31 +02:00
README.md Add readme, license and update cargo description 2024-04-01 14:27:31 +02:00

osclip

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.

Usage

echo "Hello, World!" | osclip

License

ISC