PDA

View Full Version : Scripts


sao
02-26-2002, 07:07 AM
Some scripts I find useful:


Open Terminal Here *-* 1.1
When clicked on in the toolbar of a Finder directory window, this script will open up a new terminal session in that directory. Very useful if you're often switching between manipulating files and directories graphically and with the command line. More information about recommended usage etc. can be found on the program's page.

http://www.versiontracker.com/moreinfo.fcgi?id=12497&db=mac


rsFinderScripts *-* 1.0
* mail attachments: opens a new mail window in Mail.app with the Finder selection as attachment
* move to...: Let's you select a folder in a standard open dialog and moves the Finder selection to this new location
* open with... (browse): Let's you select an application or an alias to an application in a standard open dialog. The Finder selection will then be opened in the chosen application
* open with... (pick app): Let's you select an application from a list of all installed applications. The Finder selection will then be opened in the chosen application

http://www.versiontracker.com/moreinfo.fcgi?id=13420&db=mac


iPhoto Librarian *-* 1.0
<<I found a method on Mac OS X Hints for doing this, but it required going into Terminal or editing the preferences file by hand. This is an easy to use Scriptlet the does the same job, but doesn't require knowing the messy details. Simply click iPhoto Librarian instead of starting iPhoto directly. It allows you to choose to run iPhoto from the default library or a library of your choosing.>>

*http://www.versiontracker.com/moreinfo.fcgi?id=13198&db=mac


Digital Camera Scripts
A collection of scripts for viewing and manipulating JPEG images from digital cameras in preparation for posting to a website. Included are four Toolbar Scripts and a folder of compiled scripts for use with the Script Runner application or Script Menu system menu.

http://www.apple.com/applescript/macosx/toolbar_scripts/


Change Priority
Changes priority of an application using renice

http://www.blacktree.com/scripts.html


Cheers...

Komainu
02-26-2002, 11:40 AM
Does anyone know if System Prefs are scriptable? I'd like to write some simple scripts tht I had in 9 that do things like change the location and change the startup disk. Any suggestions?

xchanyazy
03-01-2002, 12:59 AM
1. At least I'm not a dirty hippy :)
2. No, system prefs are not scriptable, at least not yet.

bartelsrausch
05-08-2003, 11:27 AM
Hi,
if been looking for something as open terminal here:
But, when I use that one, I get this error in my terminal. Is there a newer version?:
Last login: Thu May 8 16:39:21 on ttyp5
perl -p -i -e 's#%(..)#chr(hex($1))#eg; s#/[^/]+$#/# if (not -d $_)' ~/.OpenTerminalHere; cd "`cat ~/.OpenTerminalHere`"; clear
Welcome to Darwin!
You have new mail.
[TEM003:~] seidenraupe% perl -p -i -e 's#%(..)#chr(hex($1))#eg; s#/[^/]+$#/# if (not -d $_)' ~/.OpenTerminalHere; cd "`cat ~/.OpenTerminalHere`"; clear
s#%(..)#chr(hex($1))#eg; s#/[^/]+$#/ not found

[TEM003:~] seidenraupe% perl -p -i -e 's#%(..)#chr(hex($1))#eg; s#/[^/]+$#/# if (not -d $_)' ~/.OpenTerminalHere; cd "`cat ~/.OpenTerminalHere`"; clear "`cat ~/.OpenTerminalHere`"; clear

gatorparrots
05-08-2003, 12:29 PM
Here is the author's (Mark Liyanage) page for his scripts:
http://www.entropy.ch/software/applescript/welcome.html

The version you have should be the latest version. Perhaps he should know about the bug into which you are running.

Mikey-San
05-08-2003, 12:38 PM
Soon, probably with 10.3, you won't need System Preferences to be scriptable.

http://www.apple.com/applescript/GUI/

I plan on writing an ISP setup script for the dial-up service the university here provides. Woot, AppleScript!

:-D


-/-
Mikey-San