Skip to content

ilobilo/texteditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text editor

Simple, not so well written, completely not bug-free text editor

Building and Running

  • meson setup builddir
  • ninja -C builddir
  • ./builddir/editor file

Resources used