booky2 | 5 years ago | on: Behold z, the unsung jewel that rethinks shell navigation
booky2's comments
booky2 | 5 years ago | on: How the World's First Computer Was Rescued from the Scrap Heap (2014)
So in this, does the definition of "World" include both West coast and East coast? What about Hawaii and Alaska?
booky2 | 5 years ago | on: Typing Is Hard
It_is_ hard - there's a typo in it "satifies".
page 1
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)" }