editor This is a basic text editor made with Java. To run the editor, clone this repository with following command git clone https://github.com/Omkar76/editor.git cd to editor folder cd editor compile javac texteditor/Main.java run java texteditor.Main