hel-diagram

Overview

hel-diagram is a visual tool for generating, viewing, and managing folder structures. You can build directory trees, export diagrams, and create projects from templates.

Main Window

The main window includes:

File Menu

Build Menu

Export Menu

Help Menu

Templates

Templates are pre-defined folder structures that you can load directly into the text area:

Live Folder Watching

If watchdog is installed, the app automatically refreshes the tree diagram when files/folders change in the selected directory.

Tip: This feature keeps your diagram up-to-date in real time.

Saving and Exporting

Building Folder Structure

You can create actual folders and files on your disk by using Build → Build from Diagram. Choose a diagram file and select an output folder.

Filters

The filter dropdown allows you to control which items are visible in the tree:

Keyboard Shortcuts & Notes

Troubleshooting

Warning: If the app cannot watch a folder, make sure the watchdog package is installed: pip install watchdog

Back