Skip to content

Sam1301/Lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A lightweight terminal-based text editor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published