Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Use Quick Look from the command line' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Use Quick Look from the command line
Authored by: drewag on Fri, Nov 16 2007 at 7:21PM PST
You have to add the folder in which the script is contained in, to your PATH. To do so open up ~/.bach_profile in any text editor and add the line:

export PATH="$PATH:/PATH/TO/Folder/"

so since my script is in a folder called "Scripts" in my home directory my bash_profile has"

export PATH="$PATH:~/Scripts/"

[ Reply to This | # ]
10.5: Use Quick Look from the command line
Authored by: drewag on Fri, Nov 16 2007 at 7:22PM PST
sorry...it is ~/bash_profile

[ Reply to This | # ]
10.5: Use Quick Look from the command line
Authored by: ecbtln on Fri, Nov 16 2007 at 9:52PM PST
does not exist so i created it, is that the right thing to do?

[ Reply to This | # ]