Using Twitter from irssi
There’s a lot of ways to update your Twitter status / browse friends without going on their website (which is sometimes really slow !). You can also simply use curl in bash.
I choosed wd, to make it work through irssi.
In irssi type:
/alias twit /exec wd $* /save
Then you can use
/twit /twit myfriend
to see your friends status (no arg = all friends, arg = one friend), or
/twit -sv my new status
to update yours .
OSX, ssh, screen and irssi
I’m using ssh + screen + irssi to go on IRC. I recently switched to a MacbookPro, and didn’t see how I could pageup in irssi.
I’ve finally got the answer yesterday, thanks to #mac and this post:
- When using iTerm, the combination is simply fn + pgup;
- When using Terminal.app, the combination is shift then fn + pgup.
Now, I’m still confused with making it work on vim: while the second one works fine, the first is mapped to a vim sequence. Any hint ?
