Skip to content

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.

Notifications You must be signed in to change notification settings

lemboupharel/Simle-Text-editor-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published