beachy-Directory-Tree-Printer
A non-CLI user friendly app to generate a tree view of any directory (subject to User Permissions) on your Windows computer. This is the stable V1 version, with a larger feature set planned for V2.
Beachy Directory Tree Printer
No CLI. No fear. Just clean directory trees.
Beachy Directory Tree Printer is a simple, beautiful desktop app that scans any folder and prints its structure as a clean, text-based tree — perfect for documentation, sharing, or just understanding what’s inside a folder.
No terminals. No commands. Just click and go.
→ →
Features
Browse with a click — no typing paths
Adjust scan depth (how many levels deep)
Include or exclude files
Copy to clipboard in one click
Save as .txt file with timestamp
Clean, readable output with proper indentation
Help menu with links to docs, feedback, and more
Windows support
️ How to Use
1. Launch the App
Double-click the BeachyDirPrint.exe (or equivalent) to open the app.
2. Select a Folder
Click Browse for Folder and choose any directory on your computer.
Example: C:\Projects\my-website or /Users/You/Documents/Notes
3. Set Options
Depth: Choose how deep to scan (e.g., 3 levels)
Include Files: Check to show files, uncheck for folders only
4. Generate the Tree
Click Generate Tree.
The app will display a clean tree like this:
kenken/
├── css/
│ │ └── style.css
├── icons/
│ │ ├── apple-touch-icon.png
│ │ ├── favicon-96x96.png
│ │ ├── favicon.ico
│ │ └── favicon.svg
├── images/
│ │ ├── kenken-screenshot.png
│ │ └── kenken-social-preview.png
├── js/
│ │ └── script.js
├── index.html
├── kenken.css
├── kenken.js
├── manifest.json
├── readme.txt
├── site.webmanifest
├── web-app-manifest-192x192.png
└── web-app-manifest-512x512.png