DropMerge is a simple yet powerful Windows application that allows users to merge multiple text files and count tokens using the Tiktoken library, which is compatible with OpenAI's GPT models.
- Drag and drop interface for adding files
- Supports any non-binary text file
- Merges selected files into a single output file
- Real-time token counting using Tiktoken
- Ability to remove selected files from the list
- Persistent settings between sessions
- Clone this repository or download the source code.
- Open the solution in Visual Studio.
- Restore NuGet packages.
- Build and run the application.
- Launch the DropMerge application.
- Drag and drop text files onto the application window.
- The files will be listed in the right panel.
- Set the output location by clicking the "Output Location" button.
- Select files to remove them using the "Remove Selected" button if needed.
- Click "Merge" to combine all listed files into the output file.
The token count for all added files is displayed at the bottom left of the window.
- .NET 6.0 or later
- Tiktoken library