KILO - GO
Description
This is my attempt to recreate the KILO editor in Go.
Reference to this project: Kilo Editor
We will go through all the steps, from entering raw mode to editing text with syntax highlighting.
Installation
This project currently will work only in Linux, if you are using Windows or MacOS you will have to make some changes in the code, feel free to create a pull request.
To install this project run the following command:
git clone https://github.com/alcb1310/kilo-go.git
cd gokilo
go build
./kilo-go
Tutorial
The process of creating this project is being uploaded to Dev.to in a couple of parts:
- [Setup](https://dev.to/alcb1310/create-a-text-edit…
KILO - GO
Description
This is my attempt to recreate the KILO editor in Go.
Reference to this project: Kilo Editor
We will go through all the steps, from entering raw mode to editing text with syntax highlighting.
Installation
This project currently will work only in Linux, if you are using Windows or MacOS you will have to make some changes in the code, feel free to create a pull request.
To install this project run the following command:
git clone https://github.com/alcb1310/kilo-go.git
cd gokilo
go build
./kilo-go
Tutorial
The process of creating this project is being uploaded to Dev.to in a couple of parts:
License
This project is distributed under the GNU GPL V3 license.