copycat 0.7.1

A simple windows clipboard cli interface. Pipe into it to copy. Pipe from it to paste.
copycat-0.7.1 is not a library.

copycat

A simple clipboard cli interface for windows (could be crossplatform if someone can implement getting image from clipboard for other platforms).

Pipe into it to copy. Pipe from it to paste.

$ echo "copy this!" | copycat
$ copycat
> copy this!
$ copycat | grep .
> copy this!