2013-09-14 14:45:54 -05:00
2013-09-10 10:12:19 -05:00
2012-09-17 22:49:18 +02:00
2013-09-10 10:12:19 -05:00
2012-09-17 21:37:57 +02:00
2011-08-02 00:40:26 +02:00
2011-07-20 07:09:07 +02:00
2012-12-04 16:21:30 +01:00

TotalTerminal for OS X (previously known as Visor)

TotalTerminal for OS X provides a system-wide terminal window accessible via a hot-key, much like the console in Quake.

Build a debug version

git clone --recursive git@github.com:binaryage/totalterminal.git
cd totalterminal
xcodebuild -workspace TotalTerminal.xcworkspace -scheme "TotalTerminal Package" -configuration Debug

When successfull. The TotalTerminal.osax is placed into ~/Library/ScriptingAdditions/TotalTerminal.osax.

To inject it into running Terminal.app use st alias (or rt alias is more convenient):

# put these into your bash profile: ~/.profile
alias kt='killall Terminal'
alias qt='osascript -e "tell application \"Terminal\" to quit" && killall -SIGINT TotalTerminalCrashWatcher'
alias st='osascript -e "tell application \"Terminal\" to «event BATTinit»"'
alias rt='qt ; sleep 1 ; st'

Alternatively you may use rake open to open Xcode workspace. Switch to "TotalTerminal Package" scheme and build from within the IDE.

Description
No description provided
Readme 1.8 MiB