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 WorkArchives
Tag Archives: Bash
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 "Terminal" to get first window'` #echo $window osascript -e 'tell app "Terminal"' -e "set number [...]
Also tagged AppleScript, Code Comments closed
RDC Shortcut