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.
Perfect, cheers.
No need to reinvent the wheel: bash function by @alexkingorg : open folder in @Cocoatech ´s Path Finder http://t.co/t6WC3Sl0kq