DEV Community

Discussion on: Show your files and folders with `tree`

Collapse
 
mafflerbach profile image
mafflerbach

You should take a peek on broot, it shows the dirs and subdirs like tree, but you can use fuzzy search and open files and change dirs directly.

Collapse
 
alvinb profile image
Alvin Bryan

Hey, thanks for the suggestion!
I just had a look. It's definitely useful to navigate a new codebase but it's a bit too complicated for me to consider it as a valid alternative to tree.
I like that it respects .gitignore by default though :)