Lite/README.md

1.1 KiB

✏️ 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