Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.14 KB

File metadata and controls

37 lines (24 loc) · 1.14 KB

📁 Folder2Txt

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


✨ Features

  • ✅ Drag-and-drop folder support (via File System Access API)
  • 📄 Merges .txt files into one output
  • 🔒 Fully client-side—no data leaves your browser
  • 📋 Copy merged content to clipboard
  • 💾 Download merged result as a .txt file

🚀 How to Use

  1. Visit the live page
  2. Drag a folder containing .txt files into the drop zone
  3. View the merged output instantly
  4. 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.


🛠️ Development

To run locally:

git clone https://github.com/Benjamin-Wegener/folder2txt.git
cd folder2txt
# Open index.html in your browser