Easily generate tree commands with a user-friendly interface.
| Command | Purpose |
|---|---|
| tree -a | Display Tree with Hidden Files |
| tree -L 2 | Limit Depth of Displayed Directories |
| tree -d | Display Only Directories |
| tree -f | Print Full Path of Files and Directories |
| tree -s | List Files with Their Sizes |
| tree -I "node_modules" | Ignore Specific Files or Directories |
| tree > tree_out.txt | Save Tree Output to a File |