Mega Editor is a command line text editor. It's still under development. README will be modified as new features are added.
Installation
The following command will simply download the source code of Mega Editor
git clone https://github.com/D-sanket/MegaEditor.git
To run the editor, simple navigate to the cloned directory & run mega
as shown in following command:
cd /path/to/cloned/directory && ./mega
or
/path/to/cloned/directory/mega
To open files, following syntax can be used:
mega [file1] [file2] .... [filen]
Note : While opening multiple files, if total length of all file names do not fit into single line in terminal, Mega Editor will ignore the files that cannot fit.
Shortcuts
New tab : alt + n
Close current tab : ctrl + x
Next tab : alt + right arrow
Prev tab : alt + left arrow
Exit : ctrl + e