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.
Bungloo/README.markdown
2012-10-19 21:17:26 +02:00

36 lines
No EOL
1 KiB
Markdown

Tentia
=======
Tentia is a slim Tent client for OS X written in mostly JavaScript.
It doesn't implement much of Tents 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 Tentia](http://github.com/downloads/jeena/Tentia/Ttentia.app.zip)
It works on Mac OS 10.5 and higher.
![Tentia screenshot](http://github.com/downloads/jeena/Tentia/Screen-shot.png)
FAQ:s
-----
1. The global hotkey for a new Message is: `Ctrl Alt Cmd m`
2. Yes there is a tentia: url scheme.
3. Yes, there is a JavaScript-plugin-API. Create this file:
`~/Library/Application Support/Tentia/Plugin.js`
4. Yes, you can change the look through CSS. Create this file:
`~/Library/Application Support/Tentia/Style.css`
Nice to know
------------
Originally the code was written for a Twitter client called
[Twittia](https://github.com/jeena/Twittia/wiki).