Bug 148062

Summary: send one session's output to other session's input
Product: [Applications] konsole Reporter: Neil Prockter <n.prockter>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED REMIND    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Neil Prockter 2007-07-20 17:42:25 UTC
Version:            (using KDE KDE 3.5.7)
Installed from:    Fedora RPMs

I'd like to be able to send the output of one session to the input of another

For example:

I've managed to get into a crashed server through a remote access method but the machine is not on the network.  I need to copy a file to it to get it back on the network.

In session 2 I uuencode the file

I set the output of session 2 to the input of session 1.

I startup vim in session 1 and go into input mode.

In session 2 I cat the file

I stop the redirection

Session 1 now have the file it needs (after soeme tidying and uudecoding)
Comment 1 Robert Knight 2008-01-16 02:30:27 UTC
> I need to copy a file to it to get it back on the network.

Your suggestion strikes me as highly error-prone.  Is there any reason why you would not use a standard file copying tool such as scp or sftp?
Comment 2 Neil Prockter 2008-01-16 12:16:33 UTC
When I need this I am connected to a servers console through a remote access card so no network to the server is available.

I'd script it to make it less error prone
Comment 3 Robert Knight 2008-06-02 07:53:34 UTC
I honestly do not think this feature will be useful to enough people to justify adding it to Konsole.

I will be happy to review patches but otherwise this is not something that I plan to implement.