chuckhendo / project-quick-open

A quick view of all projects inside your 'project home' in Atom
MIT License
13 stars 4 forks source link

feat: Recursive Folder Search #29

Open stjohnjohnson opened 6 years ago

stjohnjohnson commented 6 years ago

This feature will allow users to specify a max depth to search for folders. Especially useful when working with GoLang's $GOPATH/src.

I'm pulling in a new library, walkdir. It allows us to search for folders at a customizable max depth.

stjohnjohnson commented 6 years ago

@chuckhendo, is there a chance you could look at this?