Skip to content

ajpen/ted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TED Editor

An attempt to build a text editor from scratch in c.

Kilo was used as a reference for handling escape codes, things of that nature.

TODO:

  • Build buffer
  • Render buffer
  • Load file
  • [] Safe exit (ask if buffer dirty)
  • [-] Save buffer to file
  • [-] Show/update changed status
  • [-] Inserts/editing
    • [] Delete line on backspace (linked list of gapbufs might make this easier)
  • [-] Additional navigation
  • [] Refactoring
  • [] Extras
    • [] Undo/Redo
    • [] Autosave backup (like vim)
    • [] Syntax highlight

What it looks like so far:

Alt text

About

ted (short for text editor), is a small project attempting to build a functioning terminal based text editor from scratch in c

Resources

Stars

Watchers

Forks

Releases

No releases published