Notes on working with Twitter CLI
Install: http://www.unixmen.com/access-twitter-via-command-line-terminal/
Show all connected accounts: t accounts
Show direct messages sent to you: t direct_messages
Show direct messages you've send: t direct_messages_sent
Send direct message: t dm @USER MESSAGE
(escape special chars!)
Post a tweet: t update MESSAGE
Show profile information: t whois @USER
Open user profile in browser: t open @hofmannsven
Show stream: t stream all
Show mentions: t mentions
Show only last mention: t mentions -n 1