Return to Snippet

Revision: 30062
at August 6, 2010 21:00 by gotofritz


Initial Code
qlmanage -p /PATH/TO/FILE/.txt|pdf|mp3|etc...
qlmanage -t /PATH/TO/FILE/.txt|pdf|mp3|etc...

Initial URL


Initial Description
Quick Look is the little window you get in Finder when you select a file and press the space bar. You can get the same from the command line with the following command (-p is a full window, -t is a thumbnail). You can even output it to a file with the -o option

Initial Title
OSX: Quick Look From the Command Line

Initial Tags
Bash

Initial Language
Bash