Skip to content

A tiny minimalist text editor written entirely in Lua.

License

Notifications You must be signed in to change notification settings

StephenMortada/katib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Katib

  • 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


Usage Instructions

Refer to the YT video link at the top of the document.

  1. Starting the Editor: Run katib.lua using Lua.

  2. Editing Text: Type your text and press Enter to add a new line.

  3. 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.

About

A tiny minimalist text editor written entirely in Lua.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages