as-tree

Convert a list of file paths into a tree structure visualization

brewmacoslinux
Try with needOr install directly
Source

About

Print a list of paths as a tree of paths

Commands

as-tree

Examples

Display a list of paths as a tree$ find . -type f | as-tree
Show directory structure from a file listing$ ls -R | as-tree
Visualize npm package dependencies as a tree$ npm list | as-tree