Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output to clipboard #70

Open
ustange opened this issue Mar 21, 2014 · 2 comments
Open

Output to clipboard #70

ustange opened this issue Mar 21, 2014 · 2 comments
Labels
Milestone

Comments

@ustange
Copy link

ustange commented Mar 21, 2014

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

@paulhammond
Copy link
Owner

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...

@paulhammond paulhammond added this to the v2.0 milestone Mar 26, 2020
@damiencuvillier
Copy link

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

damiencuvillier added a commit to GotanDev/webkit2png that referenced this issue Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants