Keep Creating Online 79a6727b10 update
2024-07-28 21:37:43 -04:00
2024-07-28 21:37:43 -04:00
2024-07-28 21:26:52 -04:00
2024-07-28 21:37:43 -04:00

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

  1. Open the Tool: Access the live version here 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:
    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 file for details.

Contact

Open an issue on the GitHub repository for questions.

Description
No description provided
Readme 51 KiB
Languages
HTML 100%