Thursday, August 21, 2014

A text editor made using ncurses

Hello everyone

Today I have decided to reveal the text editor(using ncurses for linux) I recently made here. It is a very basic text editor which can be used from console. It provides many basic functions like

  • adding text
  • replacing text
  • removing text
  • deleting a specific part of text
  • searching the text
  • searching and replacing some text
  • search and delete a part of text
Currently It only provide support to open 0.6kb of a text file, which can be obviously changed to as much as 500mb. I do intend to make it a better text editor just for practicing purposes.I think this text editor in it's current form can be a good project for a course related to C. below is given a snapshot available for the text editor.

Text editor made with ncurses
I intend to upload the code with explanations for it soon, in coming few weeks

No comments:

Post a Comment