mybearworld / fork-Noml

[Fork] A terminal-based text editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Noml

A terminal-based text editor. Please do not use the installer right now and clone the GitHub repo yourself then add it to the PYTHONPATH and alias it.

Installation

Linux and MacOS

curl https://raw.githubusercontent.com/GenericProgrammer1234/Noml/main/install.sh -OL && bash install.sh && rm install.sh

Windows

curl.exe https://raw.githubusercontent.com/GenericProgrammer1234/Noml/main/install.bat -OL; ./install.bat; remove-item install.bat

About

[Fork] A terminal-based text editor.

License:GNU General Public License v2.0


Languages

Language:Python 76.5%Language:Shell 12.4%Language:Batchfile 11.1%