Skip to content

DjoCoding/GEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GEditor

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

Installation

To use this text editor, you need to have Go installed on your system. Follow these steps to build and run the editor:

  1. Clone the repository:
    git clone https://github.com/DjoCoding/GEditor.git
    

Future features

  • Text Highlighting: Support text highlighting for some programming languages

About

A Terminal text editor made with Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published