sciancio / connectionmanager2

Simple GUI app for Gnome 3 that provides a menu for initiating SSH/Telnet connections
60 stars 45 forks source link

TEEing output #6

Closed J0EG closed 12 years ago

J0EG commented 12 years ago

On ssh menu there was the ability to use -> www.example.com | tee $HOME/ssh_logs/www.log

this would write to a logfile. It seems that when this is used the connection just ceases after login. are there any shell characters needed to prevent this?

sciancio commented 12 years ago

Hi,

I just did not used this kind of statement, so I haven't coded this possibility.

I think to release a new version next week, and I'll try to include also this patch.

Stefano

On 12/08/2011 08:15 PM, jgiordano01 wrote:

On ssh menu there was the ability to use -> www.example.com | tee $HOME/ssh_logs/www.log

this would write to a logfile. It seems that when this is used the connection just ceases after login. are there any shell characters needed to prevent this?


Reply to this email directly or view it on GitHub: https://github.com/sciancio/connectionmanager/issues/6

J0EG commented 12 years ago

I was trying to see if I could add it to the .js file but couldn't get it working.

Sent from my iPhone

On Dec 8, 2011, at 7:35 PM, sciancio reply@reply.github.com wrote:

Hi,

I just did not used this kind of statement, so I haven't coded this possibility.

I think to release a new version next week, and I'll try to include also this patch.

Stefano

On 12/08/2011 08:15 PM, jgiordano01 wrote:

On ssh menu there was the ability to use -> www.example.com | tee $HOME/ssh_logs/www.log

this would write to a logfile. It seems that when this is used the connection just ceases after login. are there any shell characters needed to prevent this?


Reply to this email directly or view it on GitHub: https://github.com/sciancio/connectionmanager/issues/6


Reply to this email directly or view it on GitHub: https://github.com/sciancio/connectionmanager/issues/6#issuecomment-3073366

sciancio commented 12 years ago

Hi,

I have upload a new version (0.3) on GitHub. It manages command piping. Try it and give me feeback.

J0EG commented 12 years ago

Sorry I didn't get back sooner, it works awesome! thanks!