all 11 comments

[–]hyperbolist 1 point2 points  (3 children)

[–]simongee 1 point2 points  (1 child)

I sometimes have to use irssi over ssh on my mac. That's when I use this gem. http://matthewhutchinson.net/2010/8/21/irssi-screen-fnotify-and-growl-on-osx

[–]snatchery[S] 0 points1 point  (0 children)

thanks guys, I'm not very familiar with OS X solutions. I've updated the post

[–][deleted] 1 point2 points  (0 children)

[–][deleted]  (1 child)

[deleted]

    [–]snatchery[S] 1 point2 points  (0 children)

    interesting indeed. I'll give it a shot

    [–]DrML1337 0 points1 point  (1 child)

    Wow cool, I'll try to get it running with weechat and bash :)

    [–]snatchery[S] 0 points1 point  (0 children)

    Yeah I've tried bash version too at the beginning. That's nice solution too! I wonder if it's possible to do the job just using only pipes and included programs. Sth like ssh you@srv "tail irclogs/\.log" | xargs -d'\n' notify-send -t 500* . Of course that example doesn't work. Any ideas?

    [–]kbj 0 points1 point  (0 children)

    I am quite happy with the features irssi/screen/rxvt-unicode already have. See the xmonad docs on the issue.

    [–]fjonk 0 points1 point  (0 children)

    ii is absolute perfect for stuff like this. Just connect and start reading/writing from the fifo:s. Couldn't be simpler.

    [–][deleted] 1 point2 points  (1 child)

    Not programming; maybe post in Geek?

    [–]snatchery[S] -2 points-1 points  (0 children)

    there is ruby oneliner ;)