Input

Example Formats

Markdown Format
- src/
  - components/
    - Button.tsx
    - Input.tsx
  - lib/
    - utils.ts
- package.json
- README.md
ASCII Format
src/
├── components/
│   ├── Button.tsx
│   └── Input.tsx
├── lib/
│   └── utils.ts
package.json
README.md

Folders should end with a forward slash (/)

Use consistent indentation (2 or 4 spaces)

Both markdown (-) and ASCII (├──, └──) formats are supported

Visualization

No directory structure loaded

Enter a directory structure in markdown or ASCII format in the input panel and click Parse to visualize it here.