Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 380 Bytes

File metadata and controls

13 lines (9 loc) · 380 Bytes

Text_Editor

Text editor made using C.

Launching the Text Editor

Compiling Code:

  1. Clone the repository and enter the directory in command line/Terminal.
  2. 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.