Line Editor, clone or homage to _THE_ standard text editor
| .gitignore | The real initial commit | |
| LICENSE | Initial commit | |
| lined.c | Add back a1 > a2 check; Fix insert default addresses | |
| Makefile | Parse addresses from input line, v1 | |
| README.md | Update readme, fix slight indentations, use default line in = command | |
lined
Line Editor, clone or homage to THE standard text editor
Development videos for this repo were recorded for youtube in this playlist
dependencies
- C compiler with -std=c23 support (Clang 19 or 20+, GCC 14 or 15+, etc.). See here for an overview.
- gnu make with ::= support
building
make
usage
Linux: ./lined <file>, Windows: .\lined.exe <file> or lined <file> or however