No description
This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2010-04-19 03:24:07 +02:00
English.lproj added twittia: url scheme 2010-04-19 01:48:37 +02:00
Sparkle.framework added twittia: url scheme 2010-04-19 01:48:37 +02:00
Twittia 2.xcodeproj new version with url scheme 2010-04-19 02:06:58 +02:00
Appcast.xml added plugin api 2010-04-19 03:24:07 +02:00
Controller.h added plugin api 2010-04-19 03:24:07 +02:00
Controller.m added plugin api 2010-04-19 03:24:07 +02:00
default.css first commit 2010-04-16 23:41:16 +02:00
dsa_pub.pem added twittia: url scheme 2010-04-19 01:48:37 +02:00
even-bg.png first commit 2010-04-16 23:41:16 +02:00
index.html added plugin api 2010-04-19 03:24:07 +02:00
LICENCE.txt first commit 2010-04-16 23:41:16 +02:00
main.m first commit 2010-04-16 23:41:16 +02:00
MyDocument.h added twittia: url scheme 2010-04-19 01:48:37 +02:00
MyDocument.m added twittia: url scheme 2010-04-19 01:48:37 +02:00
odd-bg.png first commit 2010-04-16 23:41:16 +02:00
README.markdown added plugin api 2010-04-19 03:24:07 +02:00
ReleaseNotes.html added plugin api 2010-04-19 03:24:07 +02:00
sprite-icons.png first commit 2010-04-16 23:41:16 +02:00
StatusView.h first commit 2010-04-16 23:41:16 +02:00
Twittia_2-Info.plist new version with url scheme 2010-04-19 02:06:58 +02:00
Twittia_2_Prefix.pch first commit 2010-04-16 23:41:16 +02:00
ViewDelegate.h first commit 2010-04-16 23:41:16 +02:00
ViewDelegate.m removed unnecessary files 2010-04-17 02:16:50 +02:00

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, therefore there will not by much more functionality as it is now. But you're welcome to fork and extend it.

Download Twittia 2

It works on Mac OS 10.5 and higher.

Twittia screenshot

FAQ:s

  1. The global hotkey for a new Tweet is: Ctrl Alt Cmd t

  2. To change the username you have to open upp Keychain Access.app, search for the item "api.twitter.com" and remove or change it.

  3. No, there is no icon yet.

  4. Yes there is a twittia: url scheme, try it out: twittia:Twittia is the shit

  5. Yes, there is a JavaScript-plugin-API. Create this file: ~/Library/Application Support/Twittia/Plugin.js

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 wasn't update 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.