- 10.5: Automatically Quick Look certain downloaded files
-
I have wanted to Quick Look files directly from the browser for a while (especially .doc and .ppt files). A switch to Firefox recently exacerbated this problem, as there is no PDF plug-in. So I wrote a simple script that monitors the Downloads directory and opens any new files with qlmanage, and thought others might find it useful. Copy and paste the code below into a file (say ql_downloaded.sh) and make it executable (chmod a+x ql_downloaded.sh). Launch the script in a separate Terminal window, then start browsing. #!/bin/zsh downloaddir="/Users/amol/Desktop/Downloads" difffile=$downloaddir...
Wed, 26 Mar 2008 15:30:04 +0100 - more MacOSXHints.com articles
-
- related articles found at MacOSXHints.com
- 10.4: Run quick area code lookups in Address Book Thu, 24 Aug 2006 16:30:02 +0200
- 10.5: A couple of Quick Look video tips Wed, 05 Dec 2007 16:30:03 +0100
- 10.5: A Page Down and Page Up Quick Look shortcut Fri, 23 Nov 2007 16:30:00 +0100
- 10.5: Add Quick Look support for certain file formats Thu, 08 Nov 2007 16:30:00 +0100
- 10.5: Browse more files in full-screen Quick Look mode Wed, 28 Nov 2007 16:30:10 +0100
- 10.5: Create Quick Look-capable 'webloc' files Mon, 07 Jan 2008 16:30:02 +0100
- 10.5: Display movie time remaining in Quick Look mode Wed, 23 Jan 2008 16:30:00 +0100