https://github.com/vcnovaes/gkilo
A text editor written in Go
https://github.com/vcnovaes/gkilo
go golang hacktoberfest text-editor
Last synced: 11 months ago
JSON representation
A text editor written in Go
- Host: GitHub
- URL: https://github.com/vcnovaes/gkilo
- Owner: vcnovaes
- Created: 2023-10-14T22:51:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T00:13:48.000Z (over 2 years ago)
- Last Synced: 2025-05-29T19:18:27.558Z (about 1 year ago)
- Topics: go, golang, hacktoberfest, text-editor
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 36
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Gkilo
An simple terminal based editor written in go!
Inspired by [Kilo Editor](https://github.com/antirez/kilo)
## INSTRUCTIONS
- To use this editor in your terminal you must run `source install.sh` in your root directory
- After that you can just run `gkilo` or `gkilo {filename}` to open and edit your file!
## COMMANDS
The default mode don't allow editing, so you must type a command key
- `e`: to edit
- `w` : to write the file
- `q` : to quit
## FEATURES
You can customize your editor editing the file `config.json`
We have the follow colors available:
blue
lightblue
green
lightgreen
black
default
magenta
lightmagenta
red
lightred
white
In the config file `fg` stands for `foreground` and `bg` for `background`