vamolessa / copycat

clipboard cli interface for windows with suport for images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

copycat

A clipboard cli interface for windows with suport for images.

$ copycat -h
copycat

pipe into it to copy
pipe from it to paste

  -h     prints this help message
  -v     prints version
  -i     force set clipboard from stdin
  -o[f]  force output clipboard to stdout
         optionally choosing the desired image format

supported image formats:
  p: png (default)
  b: bmp
  j: jpg
  t: tga
$ echo "copy this!" | copycat
$ copycat
> copy this!
$ copycat | grep .
> copy this!

If you like this project, please consider supporting it :)

Donate using Liberapay ko-fi

About

clipboard cli interface for windows with suport for images


Languages

Language:C 99.6%Language:Batchfile 0.4%