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

https://github.com/dimitri4788/texteditorinc

A simple text editor in C.
https://github.com/dimitri4788/texteditorinc

c text-editor

Last synced: 9 months ago
JSON representation

A simple text editor in C.

Awesome Lists containing this project

README

          

Text editor
===========

A simple text editor in C.

To compile
----------
```sh
$ make
```

To run
------
```sh
$ ./textEditor
```

Once the program is running, it accepts following user inputs
-------------------------------------------------------------
- p: Print the contents of the file.
- a 3 I like cats!: Append "I like cats!" to the text at line number 3.
- w: Write the changes back to the file (overwrites the file if it exists).
- q: Quit

Author
------
Deep Aggarwal
deep.uiuc@gmail.com
Date Started: 03/09/2015