Archived
1
Fork 0
A tiny text editor.
This repository has been archived on 2024-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-09-04 21:08:22 +05:00
include Finish chapter 5 2023-09-04 20:54:59 +05:00
src Finish chapter 5 2023-09-04 20:54:59 +05:00
.gitignore Add simple backspacing 2023-09-04 08:56:00 +05:00
Makefile Refactor everything into it's own file 2023-09-01 20:04:12 +05:00
progress_log.md Update README 2023-09-04 21:08:22 +05:00
README.md Update README 2023-09-04 21:08:22 +05:00

kilo

Clone of the tiny text editor kilo, written following a tutorial. Not an exact copy of either, and I'm once done with the tutorial I may add more features.

My additions

  • Split it up into multiple files and tried to follow good design and organisation practices.

References