1
0
Fork
You've already forked lined
0
Line Editor, clone or homage to _THE_ standard text editor
  • C 96.3%
  • Makefile 3.7%
Find a file
2025年08月25日 08:59:03 -05:00
.gitignore The real initial commit 2025年08月14日 18:12:33 -05:00
LICENSE Initial commit 2025年08月15日 01:08:16 +02:00
lined.c Add back a1 > a2 check; Fix insert default addresses 2025年08月25日 08:59:03 -05:00
Makefile Parse addresses from input line, v1 2025年08月24日 20:11:10 -05:00
README.md Update readme, fix slight indentations, use default line in = command 2025年08月24日 20:58:29 -05:00

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