llalon / WSLClip

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Rust 82.4%Language:Shell 17.6%