gong-gy / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

Feature idea: notification if non-UI-attached session changes #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Some terminal applications provide notifications if a session becomes
"dirty" - that is, a change to the session is made when it is not currently
visible on screen.

This could be useful for anyone with several open sessions who needs to be
notified when something happens in one of them.

The feature I'm suggesting might be an item appearing in the notification
bar with a link to the session or an audible "ding" or both, selectable in
the preferences.

This is way back-burner stuff, but figured it would be a neat little
addition nonetheless.

Original issue reported on code.google.com by vva...@gmail.com on 30 Oct 2008 at 1:39

GoogleCodeExporter commented 8 years ago
good idea, and would fit nicely with the android notification framework.

also, instead of generic "any" activity, we might grep for a specific phrase.  
almost
like a poor-mans irc nick highlighter.

might be harder to do a straight grep because the emulation library handles 
things
efficiently (might not get a full string at once, and solution would be costly 
to
read over whole window on any update)

Original comment by Jeffrey.Sharkey on 30 Oct 2008 at 6:16

GoogleCodeExporter commented 8 years ago
Issue 110 has been merged into this issue.

Original comment by kenny@the-b.org on 28 Jan 2009 at 12:51

GoogleCodeExporter commented 8 years ago
We now have notifications on terminal bell.

Original comment by kenny@the-b.org on 30 Jun 2009 at 9:26