tree_to_txt
Turn any directory into a text file showing its full tree structure. Maps project hierarchies, aids documentation, and automatically excludes .venv, pycache, .git, and gitignored files.
Instructions
扫描指定目录(默认为当前目录)生成完整目录文件树,保存到文本文件中。适用于:项目结构概览、文档编写、了解目录层级关系。参数: -d <目录路径> 指定扫描目录(默认当前目录);-o <文件名> 指定输出文件(默认 file_tree.txt)。自动跳过 .venv、pycache、.git 目录及 .gitignore 中忽略的内容。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No |