mirror of
https://github.com/PR0M3TH3AN/text_splitter.git
synced 2025-09-08 07:18:42 +00:00
1.3 KiB
1.3 KiB
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.
How to Use
- Open the Tool: Access the live version here or use the HTML file from this repo.
- Paste Your Text: Enter your text in the textarea.
- Split the Text: Click "Split Text" to divide it into chunks.
- Copy Chunks: Click the "Copy" button next to each segment.
Installation
To run locally:
- Clone the repo:
git clone https://github.com/PR0M3TH3AN/text_splitter.git
- Open
index.html
in your browser.
Contributing
- Fork the repo.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit (
git commit -am 'Add new feature'
). - Push (
git push origin feature-branch
). - Open a pull request.
License
MIT License - see the LICENSE file for details.
Contact
Open an issue on the GitHub repository for questions.