dtree-cli
v1.0.0
Published
Cross-platform directory tree viewer with JSON, markdown, and colorful CLI output
Maintainers
Readme
dirtree
Cross-platform directory tree viewer with JSON, markdown, and colorful CLI output.
Install
# npm
npx dirtree-cli
# pip
pip install dirtreeUsage
# Basic tree view
dirtree
# Limit depth
dirtree --depth 2
# Ignore patterns
dirtree --ignore node_modules,.git,dist
# JSON output
dirtree --json
# Markdown output
dirtree --markdown
# Custom directory
dirtree --dir /path/to/folderLicense
MIT
