Access the Windows clipboard (copy/paste)
With full UTF-8 support.
Download the binaries and put them somewhere in your %path%
.
$ clipboard --copy < echo unicorn
$ clipboard --paste
unicorn
Install Rust
and run:
cargo build --release
- clipboardy - Access the system clipboard from Node.js, cross-platform
- clipboard-cli - Access the system clipboard from the command-line, cross-platform