Last Updated: February 25, 2016
·
304
· rovalles

cd into whatever is the forefront Finder window

cdf() {  # short for cdfinder
  cd "`osascript -e 'tell app "Finder" to POSIX path of (insertion location as alias)'`"
}

Found it here:
https://github.com/paulirish/dotfiles/blob/master/.functions