copycat

Crates.iocopycat
lib.rscopycat
version0.7.1
sourcesrc
created_at2020-04-13 14:05:56.106127
updated_at2021-10-25 19:50:53.720413
descriptionA simple windows clipboard cli interface. Pipe into it to copy. Pipe from it to paste.
homepagehttps://github.com/vamolessa/copycat
repositoryhttps://github.com/vamolessa/copycat
max_upload_size
id229712
size12,278
Matheus Lessa (vamolessa)

documentation

README

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!
Commit count: 56

cargo fmt