A lightweight terminal-based text editor
Go to file
Saumya Bhatnagar 0418c00ea4 Syntax highlight two types of keywords. 2018-06-03 09:17:44 +05:30
.vscode Syntax highlight two types of keywords. 2018-06-03 09:17:44 +05:30
Makefile initial 2018-05-06 14:17:18 +05:30
README.md Update README 2018-05-31 13:40:00 +05:30
editor Syntax highlight two types of keywords. 2018-06-03 09:17:44 +05:30
editor.c Syntax highlight two types of keywords. 2018-06-03 09:17:44 +05:30
logo.png Update README 2018-05-31 13:38:01 +05:30

README.md

Lite is a terminal based lightweight text editor built using only C language.

Dependencies

Standard C libraries only

Installation

Clone

Clone this repository by running the following command in a terminal:

$ git clone https://github.com/Sam1301/Lite.git

Run

Run the following command:

$ cd Lite && ./editor

Supported Features

  1. View existing files.

  2. Edit exiting or new files creted.

Help

Command Function
Ctrl+Q Exit
Ctrl+S Save
ESC exit mode

Issues

You can report the bugs at the issue tracker

License

The kilo source code contained in steps.diff was originally written by Salvatore Sanfilippo (aka antirez) and released under the BSD 2-clause license (see steps.diff.LICENSE). I have made changes to the original code.

All other files in this repository are licensed under CC BY 4.0