tool / 35
ASCII Tree
Turn an indented list into a beautiful folder tree. Or paste a tree and get a flat list back.
All local
examples·
mode
input
output
├── src │ ├── app │ │ ├── page.tsx │ │ └── layout.tsx │ └── components │ ├── button.tsx │ └── nav.tsx ├── public ├── package.json └── README.md