Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.09 KB

File metadata and controls

28 lines (18 loc) · 1.09 KB

Simple Text Editor in C Overview

This is a simple text editor implemented in C that allows users to open, edit, and save text files. The editor supports basic functionalities such as displaying file content, modifying text, and saving changes back to the file. It is designed for educational purposes to demonstrate file handling, dynamic memory management, and basic user input in C. Features

Open Files: Load text files into the editor for editing.
Edit Text: Modify the content of the file directly within the editor.
Save Changes: Save the edited content back to the original file.
Display Content: View the current content of the file in a simple console interface.
Exit: Close the editor with an option to save changes.

Requirements

C Compiler (e.g., GCC)
Standard C Library

Installation

Clone the repository
Execute the makefile
And run the program

This project is licensed under Nothing😅. So there is no LICENSE file for details.

Feel free to customize the description, features, and instructions to better fit your specific implementation and project goals!