Home

Awesome

windows-clipboard

Access the Windows clipboard (copy/paste)

With full UTF-8 support.

Install

Download the binaries and put them somewhere in your %path%.

Usage

$ clipboard --copy < echo unicorn
$ clipboard --paste
unicorn

Build

Install Rust and run:

cargo build --release

Related