diff --git a/README.md b/README.md index 6e92ea9..755f02c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # :pencil2: Lite -Lite is a terminal based lightweight text editor built using only C language. +Lite is a terminal based lightweight text editor built using only standard C libraries. + + ## Dependencies -Standard C libraries only +Standard C libraries ## Installation @@ -18,18 +20,23 @@ $ git clone https://github.com/Sam1301/Lite.git Run the following command: ```bash -$ cd Lite && ./editor +$ cd Lite && ./lite ``` -## How to use +## How to Use -| Command | Function | -|------------------------------|-----------------| -| Ctrl+Q | Exit | -| Ctrl+S | Save | -| ESC | Enter | exit mode | -| :arrow_left: | :arrow_up: | search backward | -| :arrow_right: | :arrow_down: | search forward | +| 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 diff --git a/assets/lite_screencast.gif b/assets/lite_screencast.gif new file mode 100644 index 0000000..880867f Binary files /dev/null and b/assets/lite_screencast.gif differ diff --git a/assets/lite_screenshot.png b/assets/lite_screenshot.png new file mode 100644 index 0000000..32db72c Binary files /dev/null and b/assets/lite_screenshot.png differ