Editator is a terminal based editor like vim or nano. It's completely built from scratch minor a single python library (readchar).
First you must have python3 and pip installed on your machine. After that you need to install readkey with:
pip install readchar
Then boot up the editor by running it with python.
Editator is still in an alpha state and can be unstable at times. This isn't the full release.
Ctrl+a to exit.