I haven't gotten very far, because I can't get bash to recognize the alias "indigoserver".
Per instructions I executed:
Code: Select all
echo "alias indigohost='/Library/Application\ Support/Perceptive\ Automation/Indigo\ 5/IndigoPluginHost.app/Contents/MacOS/IndigoPluginHost'" >> ~/.bashrc
Code: Select all
alias indigohost='/Library/Application\ Support/Perceptive\ Automation/Indigo\ 5/IndigoPluginHost.app/Contents/MacOS/IndigoPluginHost'Code: Select all
Last login: Fri Apr 13 16:55:21 on ttys000
Homemaker:~ norman$ indigohost -i
-bash: indigohost: command not found
Homemaker:~ norman$ alias indigohost='/Library/Application\ Support/Perceptive\ Automation/Indigo\ 5/IndigoPluginHost.app/Contents/MacOS/IndigoPluginHost'
Homemaker:~ norman$ indigohost -i
Python 2.5.4 (r254:67916, Aug 1 2011, 15:52:49)
[GCC 4.2.1 (Apple Inc. build 5646)]
Connected to Indigo Server 5.1.0 (localhost:1176)
>>>
