Skip to content

anahibemol/Bem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bem

C# CLI-Based Text Editor

Status

Functional, with many functions needing overhaul and needing documentation

To-Do List (Short Term)

  • 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)

Goal

Aiming to recreate the basic functionalities of a Command Line based text editor having a Nano-like editor as my end-goal.