Skip to content

A simple text editor in C. It can be piped with other programs such as the one provided in the repository "Vignere" to encrypt the data.

Notifications You must be signed in to change notification settings

hushee69/text-editor-c

Repository files navigation

text-editor-c

Simple text editor in C that reads indefinitely and saves to the specified file at the end.

Options for Text Editor

-a => display content

-e => edit indefinitely

-m => modify a line

-f => file to modify

-l => line to modify

-c => column to modify

-d => delete line

Options for Vignere Cipher

-c => crypte file

-d => decrypt fie

-k => file with the key to use

-f => file to encrypt / decrypt

Compilation

gcc -o editor_text.c

gcc -o vignere vignere.c

Remarks:

The text editor can be piped with Vignere and other terminal programs

About

A simple text editor in C. It can be piped with other programs such as the one provided in the repository "Vignere" to encrypt the data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages