Skip to content

Yashraj0103/Text-File-Manipulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages