How to (programmatically) embed a text field on my desktop in Mac OS X?
- by mechko
I am trying to hack together a twitter/fb/chat client which will not take up a separate window.
How would I go about embedding a text field on a Mac OS X desktop? That is, I want to be able to type into it, but it needs to sit behind all windows at all times.
I know I can use geektool to display text. Is there a similar program or piece of code that would allow me to do what I want?