Now if you know me (and you probably do) you know that I love the Twitter service and I am an avid Tweeter. After stumbling upon a blog post online I found how to use the terminal utility within Mac OS X to send out tweets to Twitter. Here’s how to use this fun magic trick.
In Terminal type the following replacing the specific data as you need.
curl -u username:password -d status="message" http://twitter.com/statuses/update.xml