Hacker Newsnew | past | comments | ask | show | jobs | submit | booky2's commentslogin

I use 'cz' which is like 'cd' but for git workspaces only. Uses fzf to present list of matches.

bash source:

cz-index () { sudo find -L ~/work -type d -name '.git' | sed 's;/.git$;;' | sort > ~/git-dirs.txt }

cz () { cd "$(cat ~/git-dirs.txt | fzf --tiebreak=begin --exact -i -q $1)" }


So in this, does the definition of "World" include both West coast and East coast? What about Hawaii and Alaska?


It_is_ hard - there's a typo in it "satifies".


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: