A minimal web-based tool to generate clean ASCII directory trees from raw terminal output.
This tool converts file path listings into a structured ASCII tree format, making it easier to visualize project structures for documentation or README files.
- Generate ASCII trees from pasted terminal output
- Cross-platform command generator (Linux/Mac & Windows)
- Folder filtering (
.git,node_modules,build, etc.) - Optional clipboard piping support (
pbcopy,xclip,clip, etc.) - Real-time node count tracking
- Generate a command based on your OS and filters
- Run it in your terminal
- Paste the output into the input area
- Click GENERATE to build the ASCII tree
- Designed for quick README integration
- Optimized for shallow directory depth (
maxdepth 4) - Works entirely client-side
