added screenshot to readme

This commit is contained in:
Treadgold 2026-02-18 13:51:41 +13:00
parent df2724cf25
commit 50bcf6206b
2 changed files with 3 additions and 1 deletions

View File

@ -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. 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 ## What it does
- Displays a navigable file tree for any directory you specify - 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 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 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 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 6. Click **Generate** to preview the output, then **Copy All** to copy to clipboard

BIN
screenshot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB