Go to file
Moritz Bitsch df43a24a37
refactor: replace base64_stream with base64
the base64_stream is not required anymore as the base64 crate also
contains a streaming interface
2024-04-03 09:33:43 +02:00
src refactor: replace base64_stream with base64 2024-04-03 09:33:43 +02:00
.gitignore Initial import 2024-03-31 20:18:12 +02:00
Cargo.lock refactor: replace base64_stream with base64 2024-04-03 09:33:43 +02:00
Cargo.toml refactor: replace base64_stream with base64 2024-04-03 09:33:43 +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

README.md

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