Open in PathFinder from the Terminal

If you’re a PathFinder user, this small bash function may be useful to you:

pf () { open -a "Path Finder.app" $1; }

It’s the equivalent to the open command that will open a Finder window to the current location in the terminal, but this will open that location in PathFinder instead.

Enjoy.