Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/kilolo
https://github.com/zztkm/kilolo
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zztkm/kilolo
- Owner: zztkm
- Created: 2023-01-01T14:58:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T14:00:36.000Z (over 1 year ago)
- Last Synced: 2024-12-20T23:29:50.721Z (16 days ago)
- Language: C
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kilolo
kilolo is a repository for keeping a record of the kilo text editor tutorials conducted.
## Motivation
[Build Your Own Text Editor](https://viewsourcecode.org/snaptoken/kilo/index.html)
## Table of Content
1. [x] Setup
1. [x] Entering raw mode
1. [x] Raw input and output
1. [x] A text viewer
1. [x] A text editor
1. [x] Search
1. [x] Syntax highlighting## Build
```shell
make
```