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