You are not logged in.

#1 2010-05-02 22:39:06

poopship21
Member
Registered: 2009-05-13
Posts: 177

howto use wgetpaste with gnu screen

is it possible to enter copy mode in gnu screen, copy text and then paste it to wgetpaste? TIA

Offline

#2 2010-05-02 23:29:31

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: howto use wgetpaste with gnu screen

Yes. However...

What is it you're trying to capture? If it's repeatable, you can just redirect it to wgetpaste. For example:

wgetpaste < <(./some-command-that-does-stuff)

If you really want to go through the wgetpaste method, you'll need to write the copy buffer out to a file and then just wgetpaste the file. Check the man page for how to do this.

Offline

Board footer

Powered by FluxBB