Text Editor (edi.c) This is a simple text editor implemented in C. It provides basic editing functionality such as moving the cursor, inserting characters, and saving the file.
Usage Compile the program by running the following command: gcc edi.c -o edi Run the program with a file name as the argument: ./edi For example, to edit the file example.txt, run: ./edi example.txt Use the following keyboard shortcuts: Ctrl-S: Save the file. Ctrl-Q: Quit the editor. Ctrl-F: Find text. You can also use the arrow keys to move the cursor and type to insert characters. Press Ctrl-S to save the file, and Ctrl-Q to quit the editor. Dependencies This program has no external dependencies.
License This program is licensed under the MIT License. See the LICENSE file for more details.
Credits to https://viewsourcecode.org/snaptoken/kilo/index.html.