# Treepp

> Use this skill when the user wants a better directory tree listing with Unicode box-drawing and filtering.

- Skill: `javimosch/treepp` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/treepp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/treepp/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/treepp

---


# treepp Plugin

Enhanced tree command with Unicode box-drawing characters, pattern filtering, and improved formatting.

## Commands

### Directory Listing
- `treepp dir list` — List directory tree with improved formatting

## Usage Examples
- "Show me a tree of this project"
- "List all files in the directory tree"
- "Tree with file type filtering"

## Installation

```bash
cargo install treepp
```

## Examples

```bash
treepp
treepp src/
treepp --ext rs,toml
treepp --ignore target
```

## Key Features
- Unicode box-drawing characters
- File extension filtering
- Ignore patterns
- Human-readable file sizes
- Color output
- Fast Rust implementation

