Open in Path Finder from the terminal
On OS X, tuck this function in you .bashrc file to open from Terminal.app a repertory in Path Finder.
function pathfinder {
open -a "Path Finder" $1
}
Then in terminal, to open the current directory do
% pathfinder .
You can open also a specified directory:
% pathfinder /Users/me/Desktop
Since Path Finder can call appropriate applications or open in itself different type of documents, you can also do the following:
% pathfinder ShellScripting.pdf