Maybe this won't help much, but I've actally been pretty satisfied with
this simplified (and faster) version in Mountain Lion:
(.scpt file with this code and a snazzy icon:
http://archive.garron.us/code/2012/Save%20To.scpt.zip )

# Script by Chris Cairns

#
http://www.mail-archive.com/[email protected]/msg03606.html

# Delays commented out on July 28, 2012 by Lucas Garron because Mountain
Lion doesn't seem to need them.

*on* *open* theFile

*set* filePath *to* POSIX path *of* theFile

*tell* *application* "System Events"

 *set* theApplication *to* *application processes* *whose* frontmost *is*
true

 *set* target *to* *item* 1 *of* theApplication

 *set* target *to* *a reference* *to* *front* *window* *of* target

 *tell* target *to* *keystroke* "g" using {command down, shift down} --
Activate goto field

 --delay 0.5

 *if* ((*count* target's *sheets*) > 0) *then* *set* target *to* *front* *
sheet* *of* target -- Open panels use a sheet

 *tell* target

 *tell* *sheet* 1

  *try*

  *set* value *of* *text field* 1 *to* filePath

  --delay 0.5

  *click* *button* "Go"

  *on* *error* theError -- Carbon apps don't support setting the field
directly, so type out the path.

  *keystroke* filePath

  --delay 2

  *keystroke* return

  *end* *try*

 *end* *tell*

 --

 *end* *tell*

*end* *tell*

*end* *open*

»Lucas Garron

On Mon, Dec 24, 2012 at 5:35 AM, Rob McBroom <[email protected]>wrote:

> On Dec 24, 2012, at 3:37 AM, Patrick Robertson <
> [email protected]> wrote:
>
> > QS is quiet sluggish on my machine now.
>
> If you are using the latest version of Quicksilver (ß70), then you may
> find that browsing files/folders is a little slow - since in that version
> we switched to using Spotlight for getting the file names and labels.
> We have changed this now, so things should be faster in the next version
> (not ß71, but after that). Hopefully this will make things better for you.
>
>
> Also, see if you have the “Show children in result list” preference
> enabled (under Preferences → Command). That option is the surest way to
> make Quicksilver run like crap.
>
> > Also, has anyone found anything that functions like QS in the "save as"
> dialogue? I'd love to be able to cmd+S and then invoke QS and just type
> where I want the file to be created.
>
> Take a look at this blog post on how to select your current file in the
> Save... dialogue using Quicksilver
> http://blog.qsapp.com/post/24289046304/go-to-here
>
>
> Another thing that works with Quicksilver but isn’t specific to it: When
> an Open/Save dialog is showing, you can drag a folder to it from another
> window to set its location to that folder. Makes you reach for the mouse,
> but it’s an option.
>
> --
> Rob McBroom
> <http://www.skurfer.com/>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Quicksilver" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> Visit this group at
> http://groups.google.com/group/blacktree-quicksilver?hl=en.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver?hl=en.


Reply via email to