GEditor is a lightweight terminal-based text editor written in Go. It includes the following features:
- File Loading: Open and load text files for quick editing.
- Text Writing: Insert and edit text seamlessly.
- Search Functionality: Find specific text or patterns within your file efficiently.
- Token Skipping: Navigate quickly through tokens in the text for rapid editing.
- Cursor Navigation: Move the cursor with precision to any location in the file.
- Scrolling Support: Smoothly scroll through large files without losing context.
- Selection Mode: Another mode where you can select text and do whatever you want with it
- Directory Navigation: Open and load text files from a directory
To use this text editor, you need to have Go installed on your system. Follow these steps to build and run the editor:
- Clone the repository:
git clone https://github.com/DjoCoding/GEditor.git
- Text Highlighting: Support text highlighting for some programming languages