← 返回
未分类 中文

Tree Tool

Display directory structure as an indented tree. Use for visualizing folder hierarchies and project structure.
以缩进树形结构显示目录和项目结构,用于可视化文件夹层级关系。
dinghaibin dinghaibin 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 306
下载
💾 0
安装
1
版本
#latest

概述

Tree - Directory Listing Tree

Recursively list directory contents in a tree-like format. Shows files and folders with indentation to visualize the complete directory structure.

Usage

tree-tool [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-tool
tree-tool -L 2 /home/user
tree-tool -d -L 1

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 03:23 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 198 📥 68,337
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 687 📥 331,540
it-ops-security

Schedule Task

dinghaibin
在 Linux/Unix 系统上调度和运行周期性任务。适用于设置 cron 作业、定时备份、周期性数据同步、自动报告等场景。
★ 0 📥 494