C# CLI-Based Text Editor
Functional, with many functions needing overhaul and needing documentation
- Add a parser for editing function and remove placeholder ui
- Add different modes for editing function (add, copy, paste, append, replace)
- Add CLI UI Library (and actually learning how to implement a library on a project)
Aiming to recreate the basic functionalities of a Command Line based text editor having a Nano-like editor as my end-goal.