Useful info from over at the Unofficial Apple Weblog:
TUAW reader Shaun Haber sent us a link to his personal blog with a great post about using Leopard’s Quick Look from the command line, which is wonderfully handy for anyone who spends a chunk of their day in Terminal. The
qlmanageutility gives you direct access to many Quick Look functions; of specific interest is the -p flag. This option displays the Quick Look generated preview for any file. So if you tell it toqlmanage -p foo.png, the image immediately pops up in a Quick Look pane.Even better, Quick Look supports slide shows. So if you
cdinto a folder of images and runqlmanage -p *.jpg, you’ll be rewarded with a full-on presentation of your pictures.Other qlmanage flags of interest include -h (displays a help message) -t (thumbnail generation) and -f (a zoom factor to display with).
The downside of qlmanage is that it’s full of NSLog-style messages. Haber recommends you pipe the output into /dev/null as follows:
qlmanage -p *.jpg >& /dev/null.
0 Responses to “Use Leopards Quick Look From the Terminal”
Leave a Reply