Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there something similar for emacs like vims's NERDtree

For vim there is a filesystem explorer called NERDtree: https://github.com/scrooloose/nerdtree

Surely an alternative or superior package exists for Emacs?

like image 578
qrest Avatar asked Aug 21 '10 15:08

qrest


1 Answers

I prefer dirtree (screenshot below) by Ye Wenbin. It feels pretty close to NERDTree / the TextMate drawer.

screenshot

It took me a few minutes of trial and error to figure out the dependencies, so take a look at the install instructions (and a few minor edits to the source) I've got in this repo.

like image 82
heyzk Avatar answered Sep 23 '22 02:09

heyzk