Tag Archives: Code

ThisSpace

One of the first things that happened to me in Spaces that irked me was its auto-switching to another space when I didn’t want it to. Sure, that’s probably what I’d want it to do a lot of the time, … Continue reading

Posted in Uncategorized | Tagged , , , | 2 Comments

iTerm/TextMate Here

Yes, again. Inspired by other solutions to the same problems, here are updated versions of these scripts. The primary difference is that they’re based on Apple’s droplet sample, so you can either click on them (for the current directory) or … Continue reading

Posted in Uncategorized | Tagged , , , , , | Comments Off

Later that year…

A while back, John Gruber posted a FastScripts script to fix a loathsome Apple Mail behavior, which was shortly followed by signature-enabled improvements. Fourteen short weeks later, here’s my own version: tell application “Mail” to activate tell application “System Events” … Continue reading

Posted in Uncategorized | Tagged , , , , | Comments Off

TextMate Here

That was actually the first post in a series (of two). This one opens a new TextMate window on the selected item (if there’s a single item selected), or the current folder otherwise. This makes the script a lot shorter … Continue reading

Posted in Uncategorized | Tagged , | Comments Off

iTerm Here

This is, for lack of a better description, my version of the Open a Command Window Here Windows XP PowerToy. I’ve played around with doing this from the context menu, but I eventually decided I’m not fond of that approach. … Continue reading

Posted in Uncategorized | Tagged , | Comments Off

A Little Bit Slower Now… (a little bit slower now…)

When I log into my user account on my PowerBook, everything stops for a few minutes. Drops of rain stop in mid-air, the wind falls still, the clock stops ticking, and my cat stops preening himself. I’m tired of this. … Continue reading

Posted in Uncategorized | Tagged , | Comments Off

RDC Shortcut

Since I do occasionally have to fiddle with a Windows server, and there are little things about Microsoft’s Remote Desktop Client that bug me (only one session open at a time, for example), I wondered if the matter was scriptable … Continue reading

Posted in Uncategorized | Tagged , | Comments Off

A bash script to mess with the containing Terminal.app window

I found it, but I still don’t have a clue as to why I wrote it to begin with: function setgeometry { local rows=`expr “$1″ : ‘[0-9]*x([0-9]*)$’` local cols=`expr “$1″ : ‘([0-9]*)x[0-9]*$’` case $TERM in Apple_Terminal) window=`osascript -e ‘tell app … Continue reading

Posted in Uncategorized | Tagged , , | Comments Off

Zot's JavaScript Status v0.3.1

Here’s an updated one that renders as intended on more platforms. I’ve tested Mac OS X and Windows, and for the moment I’m hoping for the best on Linux (no linux machine handy right this minute). Install or Download.

Posted in Uncategorized | Tagged , | Comments Off

Zot's JavaScript Status v0.3

I eventually got tired of waiting for the Firefox extension I had been using for this to be updated, so I did it myself. I haven’t found the need to tweak this since I rolled it a week or two … Continue reading

Posted in Uncategorized | Tagged , | 1 Comment