📦 Tree Tool — 树形工具
v1.0.0Display directory structure as an indented tree. Use for visualizing folder hierarchies and project structure.
0· 0·0 当前·0 累计
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install tree-tool
镜像加速npx clawhub@latest install tree-tool --registry https://cn.longxiaskill.com镜像同步中
技能文档
Tree - Directory 列出ing Tree
Recursively 列出 directory contents in a tree-like 格式化. Shows files and folders with indentation to visualize the complete directory structure.
Usage tree-工具 [options] [path]
Options -L N: Limit depth to N levels -d: Show directories only -a: Show hidden files -h: Print file sizes -I pattern: Exclude files matching pattern Examples tree-工具 tree-工具 -L 2 /home/user tree-工具 -d -L 1