Lite
Lite copied to clipboard
A lightweight terminal-based text editor
:pencil2: 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 |
| :arrow_left: / :arrow_up: | search backward |
| :arrow_right: / :arrow_down: | search forward |
Issues
You can report the bugs at the issue tracker