Gexo is a terminal based text editor.
go get github.com/sedataktas/gexo
Go to your file location :
gexo my_text_file.txt
You can use create file :
gexo my_nonexits_text_file.txt
Or you can just run command and save file name after writing operations:
gexo
- Incremental search
- Code highlighting
I followed this amazing tutorial, when I code this project :
https://viewsourcecode.org/snaptoken/kilo/index.html
So special thanks to : https://github.com/snaptoken