# eCash Text Splitter for Meshtastic A web tool to split large text into segments of up to 150 characters each, perfect for sending eCash over Meshtastic. ## Features - **Text Splitting**: Breaks down text into 150-character chunks. - **Copy Functionality**: Copy buttons for each segment. - **Offline Use**: Works in any modern browser offline. - **Live Version**: [Try it live here](https://ecash-text-splitter.netlify.app/). ## How to Use 1. **Open the Tool**: Access the live version [here](https://ecash-text-splitter.netlify.app/) or use the HTML file from this repo. 2. **Paste Your Text**: Enter your text in the textarea. 3. **Split the Text**: Click "Split Text" to divide it into chunks. 4. **Copy Chunks**: Click the "Copy" button next to each segment. ## Installation To run locally: 1. Clone the repo: ```bash git clone https://github.com/PR0M3TH3AN/text_splitter.git ``` 2. Open `index.html` in your browser. ## Contributing 1. Fork the repo. 2. Create a new branch (`git checkout -b feature-branch`). 3. Make your changes. 4. Commit (`git commit -am 'Add new feature'`). 5. Push (`git push origin feature-branch`). 6. Open a pull request. ## License MIT License - see the [LICENSE](LICENSE) file for details. ## Contact Open an issue on the [GitHub repository](https://github.com/PR0M3TH3AN/text_splitter) for questions.