# 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 ```bash echo "Hello, World!" | osclip ``` ## License ISC