diff --git a/readme.md b/readme.md index bcd28e6..86a79fa 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,8 @@ A desktop GUI tool for browsing a directory tree, selecting files/folders, and exporting their contents as a single concatenated text block — useful for feeding code into LLMs. +![screenshot](screenshot.jpg) + ## What it does - Displays a navigable file tree for any directory you specify @@ -75,4 +77,4 @@ Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned 3. The left panel shows the folder tree; click a folder to view its contents on the right 4. Click a checkbox to toggle include/exclude — red = excluded, green = included 5. Use the root folder checkbox to include/exclude everything at once, then carve out exceptions -6. Click **Generate** to preview the output, then **Copy All** to copy to clipboard \ No newline at end of file +6. Click **Generate** to preview the output, then **Copy All** to copy to clipboard diff --git a/screenshot.jpg b/screenshot.jpg new file mode 100644 index 0000000..0e2a3f6 Binary files /dev/null and b/screenshot.jpg differ