| Crates.io | copycat |
| lib.rs | copycat |
| version | 0.7.1 |
| created_at | 2020-04-13 14:05:56.106127+00 |
| updated_at | 2021-10-25 19:50:53.720413+00 |
| description | A simple windows clipboard cli interface. Pipe into it to copy. Pipe from it to paste. |
| homepage | https://github.com/vamolessa/copycat |
| repository | https://github.com/vamolessa/copycat |
| max_upload_size | |
| id | 229712 |
| size | 12,278 |
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!