Lite is a terminal based lightweight text editor built using only standard C libraries.
Standard C libraries
Clone this repository by running the following command in a terminal:
$ git clone https://github.com/Sam1301/Lite.git
Run the following commands:
$ cd Lite && make
$ ./Lite filename
To create a new file run the following command instead:
$ ./Lite
Command | Function |
---|---|
Ctrl+Q | Exit |
Ctrl+S | Save |
Ctrl+S + filename | Save As |
Ctrl+F | Incremental Search |
ESC | exit mode |
⬅️ / ⬆️ | search backward |
➡️ / ⬇️ | search forward |
You can report the bugs at the issue tracker