A lightweight terminal-based text editor
Go to file
Saumya Bhatnagar 87c1e1a4a8
Update README.md
2018-06-03 12:33:53 +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 Update README.md 2018-06-03 12:33:53 +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 commands:

$ cd Lite && make
$ ./Lite filename

To create a new file run the following command instead:

$ ./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