"Added Zeptex, a no-frills line-based text editor for the kernel shell. You can add, edit, insert, delete lines, clear the buffer, and save files. Keeps things super simple and easy on memory" - androvonx95
Zeptex is a WIP text editor written by androvonx95. It is planned to be added soon after a little development so that it works. - callmesalmon
A minimal, lightweight text editor designed for kernel shell environments.
Important Note: The
lib,drivers,fs,kernel, andlibfolders are from https://github.com/callmesalmon/pearlOS. Check out that project for more details!
- Line-based editing
- Add/edit/insert/delete lines
- Buffer management
- File saving
gcc -Wall -Wextra -o editor editor.c
./editorHelp needed with:
- Command history
- Line numbering
- Syntax highlighting
- Search functionality
Contributions are most welcome!
License: MIT