get_deep_directory_tree
Generate a detailed directory tree for a specified path, customizing depth and excluding unwanted patterns like 'node_modules' or '.git'. Ideal for visualizing complex folder structures efficiently.
Instructions
Get deep directory tree
Input Schema
Name | Required | Description | Default |
---|---|---|---|
options | No | Tree generation options | |
path | Yes | Path to get the directory tree (preferably absolute path) |