GynTree User Guide¶
Welcome to the GynTree User Guide. This document will walk you through the main features of GynTree and how to use them effectively.
Table of Contents¶
- Getting Started
- Main Interface
- Analyzing a Directory
- Managing Exclusions
- Visualizing Directory Structure
- Exporting Results
- Project Management
- Advanced Features
Getting Started¶
After Installation Guide, launch the application by running:
Main Interface¶
The main interface consists of:
- Project management buttons (Create, Load, Save)
- Directory analysis controls
- Exclusion management
- Visualization options
Analyzing a Directory¶
- Click "Create Project" or "Load Project"
- Select the root directory you want to analyze
- Click "Analyze Directory"
- Review the analysis results in the Results panel
Managing Exclusions¶
Auto-Exclude¶
- After analysis, GynTree will suggest auto-exclusions
- Review the suggestions in the Auto-Exclude panel
- Check/uncheck items as needed
- Click "Apply" to confirm exclusions
Manual Exclusions¶
- Go to "Manage Exclusions"
- Use "Add Directory" or "Add File" to manually exclude items
- Use "Remove" to delete existing exclusions
- Click "Save & Exit" to apply changes
Visualizing Directory Structure¶
- After analysis, click "View Directory Tree"
- Use the tree view to explore your directory structure
- Expand/collapse nodes to focus on specific areas
Exporting Results¶
Exporting as PNG¶
- In the Directory Tree view, click "Export as PNG"
- Choose a save location
- The entire tree structure will be saved as a PNG image
Exporting as ASCII¶
- In the Directory Tree view, click "Export as ASCII"
- Choose a save location
- The tree structure will be saved as a text file in ASCII format
Exporting Analysis Results¶
- In the Results view, click "Export as CSV" or "Export as TXT"
- Choose a save location
- The detailed analysis results will be saved in the chosen format
Project Management¶
Saving a Project¶
- After making changes, click "Save Project"
- Choose a name and location for your project file
Loading a Project¶
- Click "Load Project"
- Select a previously saved project file
- All settings and exclusions will be restored
Advanced Features¶
Comment Extraction¶
GynTree automatically extracts and displays specially formatted comments from your files. To use this feature:
- In your source files, add comments in the format:
# GynTree: [Your comment here]
- Run the analysis
- View extracted comments in the Results panel
Custom Exclusion Rules¶
For advanced exclusion patterns:
- Go to "Manage Exclusions"
- Click "Add Custom Rule"
- Enter a regex pattern for files or directories to exclude
For more detailed information on configuration options, refer to our Configuration Guide. If you encounter any issues, check our FAQ or open an issue on GitHub.