Shellscribe is a simple yet powerful terminal-based text editor designed for quick and efficient editing of text files. Built in C, it aims to provide a lightweight alternative for users who prefer working directly in the terminal.
- Lightweight: Minimalistic design for fast performance.
- Syntax Highlighting: Supports syntax highlighting for various programming languages. [In progress]
- Basic Editing Functions: Includes essential features such as cut, copy, paste, undo, and redo. [In progress]
- File Management: Easily open, save, and close files. [In progress]
- Configurable Key Bindings: Customize key bindings to suit your workflow. [In progress]
- Cross-Platform: Works on various Unix-like operating systems.
- GCC or any compatible C compiler
- Clone the repository:
git clone https://github.com/yourusername/shellscribe.git cd shellscribe
- Compile the source code using the provided MAKEFILE:
make -f MAKEFILE
- Run the editor:
./shellscribe