Skip to content

MagSec-Arts/enki

 
 

Repository files navigation

Enki: A text editor for programmers

Official site

Installation

1. Install dependencies

Mandatory:

Optional:

Debian and Debian based

apt-get install python python-qt4 python-markdown python-docutils ctags

Install Qutepart from sources.

Other Unixes

Find and install listed packages with your package manager. Install Qutepart from sources.

Other systems

Go to official pages of the projects, download packages and install according to instructions.

2. Get the sources

Download source archive

3. Install Enki

python setup.py install

4. Fix python interpreter version

If your default python version is python3 (i.e. in Gentoo), open file /usr/local/bin/enki with your text editor and replace #!/usr/bin/env python with `#!/usr/bin/env python2.7

5. Enjoy

Don't forget to send a bug report if you are having some problems

Running from the source tree

python bin/enki

License

GPL v2

Authors

  • Andrei Kopats (aka hlamer) ported core and some plugins to Python, reworked it and released the result as Enki
  • Filipe Azevedo, Andrei Kopats and Monkey Studio v2 team developed Monkey Studio v2

The Team

Contacts

enki-editor@googlegroups.com

hlamer@tut.by

About

A text editor for programmers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%