Tree Folder Generator
Generate nested folders and files from a terminal-style tree structure pasted in a text file.
Features
- Parse terminal tree text into folder/file hierarchy
- Choose whether to include or skip the root folder
- Avoid overwriting existing folders — merges new structure with existing files
- Supports any file extensions (e.g.
.js , .txt , .dart )
How to Use
- Run command "Generate Folder Structure From Tree" from the Command Palette (
Ctrl+Shift+P or Cmd+Shift+P ).
- Select the input text file containing the tree structure.
- Select the target folder where files/folders will be created.
- Choose whether to include the root folder in creation.
- The extension creates folders and empty files matching the tree structure.
- The example tree srtucture is the default tree-structure created by Chatgpt for any app.
Requirements
- VS Code version 1.101.0 or higher
- Node.js installed (for extension development)
Extension Settings
This extension currently has no user-configurable settings.
Known Issues
- Files are created empty; you must add content manually.
Release Notes
0.0.1
- Initial release: generate folders and files from tree text file
Feedback & Support
None right now
Learn More
Enjoy using Tree Folder Generator!
| |