Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: Use Quick Look in Quicksilver' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: Use Quick Look in Quicksilver
Authored by: some0ne on Dec 27, '07 09:59:18PM
why create a shell script? I just invoke qlmanage directly:
on open of theFile
	set thePath to quoted form of POSIX path of theFile
	do shell script "qlmanage -p " & thePath
	tell application Quicksilver to hide
end open


[ Reply to This | # ]