Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
jeena edited this page Oct 31, 2012 · 17 revisions
Logo

About Twittia

Twittia is a slim Twitter client for OS X written in mostly JavaScript. It doesn't implement much of Twitters functionality, only the things I care for. Therefore it is small and fast and looks good by doing so. "Keep it simple, stupid!" is the mantra. But you're welcome to fork and extend it.

Download Twittia

It works on Mac OS 10.5 and higher.

Flattr this git repo

screenshot

FAQ:s

  1. The global hotkey for a new Tweet is: Ctrl Alt Cmd t (to change it see hotkey)
  2. Yes there is a twittia: url scheme.
  3. Yes, there is a JavaScript-plugin-API see plugins.
  4. How to change the font size? Change-text-size

Nice to know

There was a original Twittia 1 which was written in Ruby-Cocoa, it was quite ok back then, but the code was a mess. And then along came Tweetie and I lost the desire to write my own Twitter client, because it was so much further then twittia and looked nicer and so on.

But now Tweetie hasn't been updated for a really long time, and I really wanted to see retweets in my stream so I decided to rip out the look from Twittia 1 and implement it in a new much slimmer version.

And because Twitter offers a JSON API and Twittias rendering Engine is just a simple WebKit WebView I implemented the core functionality in JavaScript and am very happy with it.

Clone this wiki locally