You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple curses based text editor in Python. It can load a file, the user can maneuver with the arrow keys, insert and delete. The file is automatically saved.
It still needs some work, mostly tests, and exit procedure.