up vote 1 down vote favorite
share [g+] share [fb]

To open a file with the default application, I can run open file, is there a command that will open the quickview for a file, like if I'd selected it in finder and pressed command+y?

link|improve this question

also, are you aware that by default the spacebar will do the same as cmd + y ? – JT.WK Feb 11 '10 at 9:16
Really? Are you sure that's the default? On my computer, space renames, but that might be because I upgraded from 10.5 – Jeffrey Aylesworth Feb 22 '10 at 2:40
interesting. By default enter (return) renamed, and space launches quicklook. – JT.WK Feb 22 '10 at 9:01
feedback

1 Answer

up vote 2 down vote accepted

what os version are you running? 10.5 included a program called qlmanage which can do exactly what you want. In terminal, simply type:

qlmanage -p [file]

For more information read this post.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.