/CClip

A tiny command line tool that copies all input to the clipboard

Primary LanguageC#

CClip

CClip takes all input and puts it in the clipboard.
So you can pipe stuff from the commandline to clip and then paste it to whatever window you want.

Really handy if you need to copy file contents around:

cat ~/.ssh/id_rsa.pub | cclip

Installation

Put cclip.exe in your path somewhere