Text editor made using C.
Compiling Code:
- Clone the repository and enter the directory in command line/Terminal.
- Enter
make
to compile the code.
Using the text editor:
- Edit an already existing file: Enter
./texto <filepath>
- Create a new file: Enter
./texto
. You will be prompted when saving to name the file.