Folder Tree Generator
Create ASCII folder tree structures for documentation, READMEs, and project overviews.
Indented List
ASCII Tree
π‘ Definition
ASCII Folder Trees
- ASCII folder trees visually represent directory structures using box-drawing characters (βββ βββ).
- They're commonly used in README files, documentation, and project setup guides.
π How to use
Step by Step
- Type an indented list of files/folders on the left
- Use 2-space indentation for nesting levels
- The ASCII tree generates on the right
- Copy and paste into your documentation
π― Use cases
When to use
- Project README documentation
- File structure explanations in tutorials
- Code review context
- Project setup guides
Frequently Asked Questions
What indentation format is expected?βΎ
Use 2 spaces per level. Tabs are also supported and auto-converted. Each line represents a file or folder.
How do I indicate folders vs files?βΎ
The tool treats all entries the same visually. Convention: folders don't have extensions, files do (e.g., 'src' vs 'App.tsx').