« Blogging: Talking to Friends | Main | Blogs in Plain English »
Quicklook From the Command Line
This Mac OS X hint shows how to use Quicklook from inside Quicksilver. I’m a big Quicksilver fan, but frankly didn’t get very excited since just hitting “return” launches Preview as fast as hitting “tab->q” and then waiting for the AppleScript to run. But, along the way, part of the hint involved creating a small shell script:
#!/bin/bash qlmanage -p "$@" >& /dev/null &
Using the script, you can launch QuickLook from the command line. Now that’s handy!
qlmanage is a very chatty program that performs operations on the QuickLook cache and generators. I saved the above script as ql.
Posted by windley on December 10, 2007 9:20 AM



Comment from Anthony Lawrence at December 10, 2007 12:10 PM
I called mine "looky" :-)
I also made a change or two that makes me happier.. see http://aplawrence.com/MacOSX/looky.html
Leave a comment
I encourage you to leave a comment below. Your email address will not be displayed on Technometria, but allows me to communicate with you directly. Your email address won't be displayed, but will be used to compute a MicroID for your comment.