Metadata-Version: 2.4
Name: treeman
Version: 0.1.2
Summary: A modern, gitignore-aware directory tree visualizer
Author: Soham Joshi
License: MIT License
        ...
        
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pathspec>=0.11.1
Dynamic: license-file

# treeman

A modern, Python-based `tree` command with:

✓ `.gitignore` support  
✓ JSON output  
✓ Markdown output  
✓ Emoji icons  
✓ Permission-safe traversal  
✓ Skips `.git` and `__pycache__`  

## Install

pip install treeman

## Usage

treeman [-h] [--basenames] [--format {tree,json,markdown}] [path]

Tree output:

treeman [filepath]

JSON output:

treeman [filepath] --format json > structure.json

Markdown output:

treeman [filepath] --format markdown > structure.md
