August 12, 2011

從Terminal切換至目前finder所在資料夾

先前研究老半天在finder與terminal之間路徑的切換問題。

現在有一個更簡單的方法了。

alias cdf="eval \"cd \\\"\\\`osascript -e 'tell app \\\\\\\"Finder\\\\\\\" to return the POSIX path of (target of window 1 as alias)'\\\`\\\"\""

把這一段貼到.bashrc就可以用cdf指令切換至目前finder所在資料夾囉。很方便又很快速的方法呢!

另外,如果需要在terminal一開起來的時候就先自動執行source .bashrc,只需要在~/.bash_profile內加入source ~/.bashrc即可!

0 Comments: