Twitter has always seemed to resemble IRC to me, at least in the way I want to use it. So since I signed up I've wanted twitter to be in my terminal on a screen. Here's how I didwant to do it:
$ sudo gem install twitterInside of a screen session:
$ screen -t twitterSo the problem is this doesn't work. The highline gem seems have problems with the output stream that watch creates.
$ watch --differences --interval=300 twitter timeline --force
or
$ watch -d -n 300 twitter timeline -f
UPDATE: Works on Terminal.app with macports' watch.
1 comments:
Awesome! Now I just have to figure out why I'm missing a header file for compiling screen!
Also, next you should implement inline commenting on your blog. kthxbai!
Post a Comment