- Made by StephenMortada
- Version 1.0
- File size: 1792 bytes
Katib is a tiny, very minimalist text editor written entirely in Lua.
This is made for Linux systems, though it may work on Windows (untested). Requires Lua be installed to run (obviously).
YouTube demo: https://youtu.be/loBeuWqzHMk
Refer to the YT video link at the top of the document.
-
Starting the Editor: Run
katib.lua
using Lua. -
Editing Text: Type your text and press Enter to add a new line.
-
Entering Commands: Press the Esc key followed immediately by one of the following commands:
save
: Save the current file.load
: Load a file.quit
: Exit the editor.goto
: Move to a specific line (e.g.,goto 10
).clear
: Clears the screen and redraws everything.
This project is licensed under the GNU General Public License v3.0.