open terminal here

Apple OSX

opens terminal in directory of finder window

To open your current working directory from the terminal in the finder simply type:

open .

That is open “dot”, which you can replace with other valid file names. Works with other files as well. Pretty much does what would happen if you would click on the thing. In unix a . is the current directory