paulhammond / webkit2png

png screenshots of webpages

Home Page:http://www.paulhammond.org/webkit2png/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output to clipboard

ustange opened this issue · comments

Rather a feature request than an issue: What do you think of clipboard output instead of a file?

I like the idea a lot! But... I don't know when I'll get time to do it. If anyone else can work out how to do it I'll definitely help get it merged...

Really simple to do this I think, with CopyQ tool

Script would look like that

webkit2png -o /tmp/~export https://www.google.com
copyq write image/png - < /tmp/~export-full.png && copyq select 0
rm /tmp/~export*.png