Text File Manipulator
Text File Manipulator is a command-line application built in Java that allows you to easily edit and manipulate text files through a series of simple commands.
It is designed to provide basic text editing functionality from the terminal β no need for a full text editor! Ideal for automating text file operations or quick edits.
π Features Open and read text files
Append new text to files
Replace words or lines
Delete lines or content
Save changes to file
Display file statistics (word count, line count, etc.)
Command-line interface for fast, scriptable editing
π Tech Stack Language: Java (JDK 8 or higher)
Type: CLI (Command Line Interface) Application
Libraries: No external dependencies β built with core Java
βοΈ Installation Clone the repository:
bash Copy Edit git clone https://github.com/Yashraj0103/Text-File-Manipulator.git cd text-file-manipulator Compile the project:
bash Copy Edit javac TextFileManipulator.java Run the application:
bash Copy Edit java TextFileManipulator π Usage Once the program starts, you can enter various commands to manipulate the text files.
π€ Contributing Contributions are welcome! π
Fork the project
Create your feature branch:
bash Copy Edit git checkout -b feature/YourFeatureName Commit your changes:
bash Copy Edit git commit -m "Add some feature" Push to the branch:
bash Copy Edit git push origin feature/YourFeatureName Open a Pull Request
βοΈ Contact [official.yash0103@gmail.com] GitHub: https://github.com/Yashraj0103