DEV Community

Divyendu Singh
Divyendu Singh

Posted on

CLI editor in Typescript

Wrote a small buffer based CLI editor in Typescript. Was a great experience to implement a small buffer, cursor class.

It even supports undo. Also, without any dependencies.

Feedback 🙌🙏

Code: https://github.com/divyenduz/chi-editor

Top comments (1)

Collapse
 
divyenduz profile image
Divyendu Singh

Updated to add line numbers, config file and some other features.