Metadata-Version: 2.4
Name: dir-tree-cli
Version: 1.0.0
Summary: Cross-platform directory tree viewer with JSON, markdown, and colorful CLI output
Author: Major126
License: MIT
Project-URL: Homepage, https://github.com/Major126/dirtree
Project-URL: Repository, https://github.com/Major126/dirtree
Keywords: tree,directory,filesystem,cli,dirtree,folder
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# dirtree

Cross-platform directory tree viewer with JSON, markdown, and colorful CLI output.

## Install

```bash
pip install dirtree
```

## Usage

```bash
# Basic tree view
dirtree

# Limit depth
dirtree --depth 2

# JSON output
dirtree --json

# Markdown output
dirtree --markdown
```

## License

MIT
