Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Setting more options easily, plus drop scripts' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Setting more options easily, plus drop scripts
Authored by: sjonke on Jul 03, '01 11:18:28AM

Another way to edit various settings of the .term file is to run it and then move the window and/or resize it, change title, set colors, etc, and then save the file. Whatever you did will be saved and the next time you run it all those settings will be stored. Also you can manually set the TerminalOpaqueness property if you want a specific window to be more or less transparent then your normal terminal windows. To do that you have to edit the .term file with BBEdit or the PropertyListEditor.

Lastly, if you want to use AppleScript to perform shell commands, download the very cool scripting addition called OS X Power Additions Lite. It provides a Shell command and returns the results of whatever was run. See:

http://www.versiontracker.com/moreinfo.fcgi?id=10549

It creates some really cool possibilities for integration of apple-scriptable OS X and Classic applications with shell commands. I just wish more OS X software was scriptable with AppleScript. I can't find the DropScript tool mentioned in another messsage either, however, you can create these kind of drop scripts with AppleScript via this scripting addition, and then you have both the power of unix and the power of AppleScript and whatever you want to integrate it with. Unfortunately, currently the addition does not allow for running commands with password-required sudo. Hopefully that will be added.



[ Reply to This | # ]