Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.09 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.09 KB

Text Editor

A C based text-editor built with Ncurses library.

Data structures used - list,stack.

Usage

make 
./text_editor

Features

CREATING FILES
SAVING FILES 
READING FROM FILES
EDITING FILES
CUT/COPY WORDS <manual>
CUT/COPY LINES <manual>
SEARCH WORDS
REPLACE WORDS
GOTO LINE NO.
TYPING SUGGESTIONS ( PRESS TAB)
UNDO/REDO  <beta>
MOUSE MODE/KEYBOARD MODE
NICE UI INTERFACE
READ LARGE FILES...USING CHUNKS (TESTED UPTO 15 MB OF TEXT FILE - 80,000 LINES)

Screenshots

How to Run ?

Initial Screen

All Available Options

Suggestions

Goto Line Number

Contributing

Pull requests are welcome.