You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><strong>Structure-Aware Output:</strong> Generates a clean `<folder-structure>` diagram so the AI understands your project's layout before reading the code.</li>
186
+
<li><strong>100% Private:</strong> All files are processed locally in your browser. Your code never touches a server.</li>
187
+
<li><strong>Interactive File Tree:</strong> Easily expand, collapse, and select the exact files and folders you need.</li>
188
+
<li><strong>Smart File Filtering:</strong> Automatically respects common ignore patterns (like <code>.git</code> and <code>node_modules</code>), saving you time.</li>
189
+
<li><strong>Instant Token Analysis:</strong> Provides a real-time token count and a human-readable pronunciation to help you manage context window limits.</li>
190
+
</ul>
191
+
192
+
<h2>How to Use</h2>
193
+
<ol>
194
+
<li><strong>Open the App:</strong> The application is ready to use as soon as the page loads.</li>
195
+
<li><strong>Select Your Folder:</strong> Click the <strong>"Select Directory"</strong> button to choose the project folder you want to analyze.</li>
196
+
<li><strong>Refine Your Selection:</strong> Use the checkboxes in the sidebar to include or exclude specific files and directories from your prompt.</li>
197
+
<li><strong>Copy or Download:</strong> Use the action buttons in the top-right of the editor to copy the complete prompt to your clipboard or download the generated file.</li>
0 commit comments