Moritz Bitsch
df43a24a37
the base64_stream is not required anymore as the base64 crate also contains a streaming interface |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
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