FilesToPrompt is an Electron-based application designed to help users combine multiple text files into a single prompt. It provides a user-friendly interface for managing files, estimating token counts, and performing recursive file searches.
- Clone the repository:
git clone <repository-url> cd filestoprompt
- Install dependencies:
npm install
- Start the application:
npm start
To build the application for Linux:
npm run build- Pre-Build Script: Automatically increments the build number before each build.
- Dependencies:
- Electron
- Electron Builder
- Glob
Leonardo D'Ippolito