Skip to content

patelstuti/TextEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Editor

This is a terminal based text editor written in C. You can open and edit any text file in it. Apart from the arrow keys, it also recognizes page up, page down, home, and end keys for an ergonomic experience. It also lets the user search for a particular text in a file and navigate through the results using arrow keys.

How to use

  1. To open a file:
    $ .\editor <filename>
  2. Press ctrl + s to save any changes.
  3. Press ctrl + q to quit.
  4. Press ctrl + f to find. Use up/down or right/left arrow keys to navigate between the results.
  5. Press escape or enter key to exit the find function.

TODO

  1. Syntax Highlighting
  2. Parallelize for performance

Note for Mac users

  1. For page up/down, use fn + opt + up/down arrow key.
  2. For home/end key, use fn + left/right arrow key.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors