alder
alder copied to clipboard
A minimal implementation of the UNIX tree command with colors!
I've got the following error for some directories: ```bash ➜ java alder . fs.js:968 binding.stat(pathModule._makeLong(path), statValues); ^ Error: ENOENT: no such file or directory, stat '/Users/vbauer/Documents/workspace/java/bu/mbi/mbi-admin/build/ivy/tmp/lib/test/mbi-core-default.jar' at Object.fs.statSync (fs.js:968:11) at...
Checked out this project just now, and after playing around with the options I had the following experience: ``` $ alder --depth 2 . ├── appearance │ └── start ├──...