Skip to content

Line Editor, clone or homage to _THE_ standard text editor

License

Notifications You must be signed in to change notification settings

public-domain/lined

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Line Editor, clone or homage to _THE_ standard text editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.3%
  • Makefile 3.7%