Tags
Ad-Spotting ADC Adobe Analytics Apple Apple Mail AppleScript AS3 Auto Show Bash BBEdit Catching Up Clutter Cocoa Code Colbert Raport Color Comedy Central CoreGraphics Firefox Food Google IANMTU IgorMUD iPhone iTunes JavaScript Leopard Life Mac OS X Movable Type Predictions Python Rants Raves RSS Safari SDK Site Info TextMate Tiger Travel Weblog WordPress WorkMeta
Tag Archives: Bash
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
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