A simple text editor
Heavily based on antirez/kilo
and this tutorial.
$ make
$ make install
$ editor [file]
Ctrl-S to save
Ctrl-Q to quit
.
├── LICENSE
├── Makefile
├── README.md
├── bin
│ └── editor
├── editor.c
└── src
├── const.c
├── file.c
├── input.c
├── output.c
└── terminal.c
2 directories, 10 files
- This project is licensed under an Apache-2.0 License.
Copyright (c) 2021, John Musgrave All rights reserved.