Skip to content

Instantly share code, notes, and snippets.

View imleafz's full-sized avatar
🚑
Working

James Fang imleafz

🚑
Working
View GitHub Profile
@leecade
leecade / cd_finder_path.bashrc
Created June 5, 2012 22:51
bash:cd_finder_path
function cd.() {
# 检查 Finder 是否执行
if [ "`osascript -e 'tell application "System Events" to "Finder" is in (get name of processes)'`" = "true" ]; then
# 检查当前状态是否可以获取路径
if [ "`osascript -e 'tell application "Finder" to get collapsed of front window' 2>/dev/null`" != "false" ]; then
if [ "`osascript -e 'tell application "System Events" to "TotalFinderCrashWatcher" is in (get name of processes)'`" = "true" ];then