Folder2Txt is a simple browser-based tool that lets you merge the contents of multiple text files into a single output—all without uploading anything to a server. Just drag and drop a folder, and get your merged text instantly.
🔗 Live Demo: benjamin-wegener.github.io/folder2txt
- ✅ Drag-and-drop folder support (via File System Access API)
- 📄 Merges
.txtfiles into one output - 🔒 Fully client-side—no data leaves your browser
- 📋 Copy merged content to clipboard
- 💾 Download merged result as a
.txtfile
- Visit the live page
- Drag a folder containing
.txtfiles into the drop zone - View the merged output instantly
- Use the buttons to copy or download the result
⚠️ Note: This tool works best in Chromium-based browsers (e.g., Chrome, Edge) due to File System Access API support.
To run locally:
git clone https://github.com/Benjamin-Wegener/folder2txt.git
cd folder2txt
# Open index.html in your browser