/WSLClip

A utility to pipe outputs to the windows clipboard from WSL.

Primary LanguageRustGNU General Public License v3.0GPL-3.0

WSLClip

A small rust utility to pipe outputs to the windows clipboard from WSL.

Usage

From Linux (WSL):

Add the output of command to the windows clipboard.

cat file.txt | wslclip.sh

Ensure wslclip.sh is included in user path.

Installation

From Windows:

Ensure rust is installed and added to the windows path.

cargo install --path wslclip