Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 587 Bytes

File metadata and controls

17 lines (14 loc) · 587 Bytes

textedit-go

Basic terminal text editor written in Go. This was implemented as a test bed to learn about how text editor data structures are implemented. No plans on making this production worthy.

Notes:

Todo:

  • Unit test full coverage for gap buffer
  • Horizontal line scrolling
  • Word wrap mode
  • Undo/redo
  • Rope or other data structure
  • Replace Bubble Tea