A lightweight terminal-based text editor
Go to file
Saumya Bhatnagar 253328e15f Add screenshot, gif and update README. 2018-06-03 10:59:28 +05:30
.vscode Syntax highlight two types of keywords. 2018-06-03 09:17:44 +05:30
assets Add screenshot, gif and update README. 2018-06-03 10:59:28 +05:30
Makefile Update README. 2018-06-03 10:16:48 +05:30
README.md Add screenshot, gif and update README. 2018-06-03 10:59:28 +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 standard C libraries.

Dependencies

Standard C libraries

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 && ./lite

How to Use

Command Function
Ctrl+Q Exit
Ctrl+S Save
Ctrl+S + filename Save As
Ctrl+F Incremental Search
ESC exit mode
⬅️ / ⬆️ search backward
➡️ / ⬇️ search forward

Issues

You can report the bugs at the issue tracker

References