Generate ASCII file trees from folder paths.
File Tree Generator generates clean, ASCII-based directory structures for project documentation and GitHub READMEs.
Create beautiful directory structures for your project documentation. Choose from ASCII, Markdown, or Bold styles.
Paste a list of file paths.
Select your preferred tree style.
Copy the generated tree to your README.
Directory paths are parsed into a recursive tree object. The tree is then traversed to generate a formatted string using standardized ASCII box-drawing characters.
Yes, our recursive algorithm handles infinite directory depth.
Yes, the Markdown style is optimized for GitHub READMEs.