# win-clipboard **Repository Path**: mirrors_floatdrop/win-clipboard ## Basic Information - **Project Name**: win-clipboard - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # win-clipboard [![Build status](https://ci.appveyor.com/api/projects/status/nn44e1xj3k5erunm/branch/master?svg=true)](https://ci.appveyor.com/project/sindresorhus/win-clipboard/branch/master) > Access the Windows clipboard (copy/paste) With full UTF-8 support. ## Install [Download](https://github.com/sindresorhus/win-clipboard/releases/latest) the binaries and put them somewhere in your [`%path%`](http://stackoverflow.com/a/28778358/64949). ## Usage ``` $ clipboard --copy < echo unicorn $ clipboard --paste unicorn ``` ## Build Install [`Rust`](https://rustup.rs) and run: ``` $ cargo build --release ``` ## Related - [clipboardy](https://github.com/sindresorhus/clipboardy) - Access the system clipboard from Node.js, cross-platform - [clipboard-cli](https://github.com/sindresorhus/clipboard-cli) - Access the system clipboard from the command-line, cross-platform ## Maintainers - [Sindre Sorhus](https://github.com/sindresorhus) - [Vsevolod Strukchinsky](https://github.com/floatdrop) ## License MIT