An open API service indexing awesome lists of open source software.

https://github.com/pop0097/text_editor

A text editor made using C.
https://github.com/pop0097/text_editor

c text-editor

Last synced: over 1 year ago
JSON representation

A text editor made using C.

Awesome Lists containing this project

README

          

# 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 `
- **Create a new file:** Enter `./texto`. You will be prompted when saving to name the file.