A lightweight terminal-based text editor
Go to file
Saumya Bhatnagar 75f5a67df8 Update README. 2018-06-03 10:16:48 +05:30
.vscode Syntax highlight two types of keywords. 2018-06-03 09:17:44 +05:30
Makefile Update README. 2018-06-03 10:16:48 +05:30
README.md Update README. 2018-06-03 10:16:48 +05:30
editor Add NULL as Type2 keyword for C lang profile. 2018-06-03 09:48:58 +05:30
lite Update README. 2018-06-03 10:16:48 +05:30
lite.c Update README. 2018-06-03 10:16:48 +05:30

README.md

✏️ Lite

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

How to use

Command Function
Ctrl+Q Exit
Ctrl+S Save
ESC Enter
⬅️ ⬆️
➡️ ⬇️

Issues

You can report the bugs at the issue tracker

References