/Awful-Text-Editor

Awful Text Editor

Primary LanguageCGNU General Public License v3.0GPL-3.0

Awful-Text-Editor

Simple CLI text editor in C with functions to type, print on screen, insert text and delete text.

How to run (Unix)

  • Compile the source with:

    $ gcc ate.c

  • Execute the program and provide some text:

    $ ./a.out Some Random Text

Contributors (sorted alphabetically):

Possible future implementations:

  • Save to file
  • Load text files