A single‑file web app that combines multiple local files into one text block — handy for sharing code with AI chats. Everything runs in your browser; files are never uploaded.
- Open
index.html(double‑click or serve viapython3 -m http.server). - Click Select Folder / Files.
- (Optional) Set Max KB and/or Search (
text,.ext, or*.ext). - Check the files you want.
- Click Combine, then Copy or Save.
-
Supported text/code types: .txt, .js, .jsx, .ts, .tsx, .css, .scss, .html, .htm, .md, .json, .yml, .yaml, .xml, .svg, .py
-
Common dev folders (
node_modules,.git,dist, etc.) are ignored. -
Clipboard API prefers HTTPS or
localhost. A fallback is included.
MIT © 2025