https://github.com/samwson/kilo
A small text editor
https://github.com/samwson/kilo
go golang termios text-editor
Last synced: about 1 month ago
JSON representation
A small text editor
- Host: GitHub
- URL: https://github.com/samwson/kilo
- Owner: samWson
- Created: 2024-08-02T02:15:44.000Z (almost 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-08-30T05:20:51.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T07:49:21.473Z (about 1 year ago)
- Topics: go, golang, termios, text-editor
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kilo
A Go version of [antirez/kilo](https://github.com/antirez/kilo?tab=readme-ov-file).
Made from the tutorial [Build Your Own Text Editor](https://viewsourcecode.org/snaptoken/kilo/).