RemCom icon indicating copy to clipboard operation
RemCom copied to clipboard

Remote command output stream redirection

Open santoshk opened this issue 13 years ago • 1 comments

We should have a way to capture stderr, stdout and stdin channels and redirect to file.

Also remcom should have silent mode so that above channels are not clobbered with remcom generated characters.

santoshk avatar Feb 15 '12 07:02 santoshk

I agree that remote command and remcom, stderr, out and in should be able to be managed in a more friendly way.

As a small step in that direction I proposed at issue #14, to send all remcom client outout to stderr and remote command stdout & stderr to the stdout

Moreover remote command stdout and stderr is delimited by markers so it can be programmatically separated.

I even build a patch that includes that and more things (check my branch https://github.com/andrese/RemCom and pull request).

andrese avatar Feb 15 '12 16:02 andrese