项目作者: sanketd617

项目描述 :
MegaEditor is a command line text editor for linux.
高级语言: Python
项目地址: git://github.com/sanketd617/MegaEditor.git
创建时间: 2018-12-29T13:41:58Z
项目社区:https://github.com/sanketd617/MegaEditor

开源协议:

下载


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