/ine

A very minimal text editor made out of built in python functions.. 69~loc

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

ine - "input based editor"

ine is a very minimal and a simple text editor written in py3.


Feature List:-

  • can open files from current directory
  • no extra dependencies
  • extremely fast
  • no bloat, only neccesary features like open, editing and saving
  • cross platform, no code changing to work on Linux, Windows etc
  • git support[todo]

Install Guide:-

git clone https://github.com/abrik1/ine
cd ine
python3 main.py