Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

23 lines (19 loc) · 1.14 KB

SuFreX - PrefixSuffix-html

This is a web-based tool designed to manipulate text in various ways giving you all your prefix & suffix needs in one place. image

Features

Allows you to:

  • Import Text: Paste text from your clipboard, import text file (.txt)
  • Export Text: Copy text to clipboard, download text as a .txt file

Text Manipulation:

  • Prefixes: Add, remove, or delete lines starting with a specific prefix.
  • Suffixes: Add, remove, or delete lines ending with a specific suffix.
  • Line Formatting: Number lines with a prefix or suffix.
  • Delete Lines: Remove a specified number of characters from the beginning or end of each line.

Getting Started

Download the HTML file which also contains the CSS, and JavaScript files. Open the html file in your web browser and use it!!

Dependencies

This tool does not require any external libraries or frameworks. It uses vanilla JavaScript for all functionalities.

Contributing

Feel free to fork this repository and contribute improvements! You can add new features, fix bugs, or improve the user interface.