Share
Generate ASCII directory trees from indented text.
Indent children with 2 spaces or one tab.
├── src │ ├── components │ │ ├── Header.tsx │ │ └── Footer.tsx │ ├── pages │ │ ├── index.tsx │ │ └── about.tsx │ └── utils │ └── helpers.ts ├── README.md └── package.json
Turn an indented file/folder list into a clean ASCII tree perfect for READMEs, documentation, and tech blogs. Paste indented text (2- or 4-space, or tabs), get a tree with proper box-drawing characters (├──, └──, │). Or write a tree and convert it back to a path list.
Share this tool