mirror of
https://github.com/PR0M3TH3AN/text_splitter.git
synced 2025-09-07 06:48:42 +00:00
9ebc52e97e763f639b671dea89d8e8cfea199066
eCash Text Splitter for Meshtastic
A simple web tool for splitting large strings of text into smaller segments of up to 200 characters each. This tool is designed to help with sending eCash over Meshtastic, allowing you to easily copy and transmit chunks of text.
Features
- Text Splitting: Breaks down large text into smaller parts of up to 200 characters.
- Copy Functionality: Provides copy buttons for each text segment.
- Offline Use: Fully functional in any modern web browser without the need for an internet connection.
- Live Version: Access the live version here.
How to Use
- Open the Tool: Navigate to the live version of the tool here or download the HTML file from this repository.
- Paste Your Text: Enter your large eCash text into the provided textarea.
- Split the Text: Click the "Split Text" button to divide your text into manageable chunks.
- Copy Chunks: Use the "Copy" button next to each segment to copy the text to your clipboard.
Installation
To run the tool locally:
- Clone the repository:
git clone https://github.com/PR0M3TH3AN/text_splitter.git
- Open the
index.html
file in your preferred web browser.
Contributing
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contact
For questions or comments, please open an issue on the GitHub repository.
Description
Languages
HTML
100%