osclip/README.md

16 lines
260 B
Markdown
Raw Permalink Normal View History

# 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