e3
Tiny text editor written in assembly
e3 is a micro text editor with an executable code size between 3800 and 35000 bytes. Except for ``syntax highlighting'', the e3 binary supports all of the basic functions one expects plus built in arithmetic calculations. UTF-8 coding of unicode characters is supported as well. e3 can use Wordstar-, EMACS-, Pico, Nedit or vi-like key bindings. e3 can be used on 16, 32, and 64-bit CPUs.
- Versions: 2.82
- Website: https://sites.google.com/site/e3editor/
- Licenses: GPL 2+
- Package source: gnu/packages/text-editors.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of e3
as follows:
guix install e3
Or install a particular version:
guix install e3@2.82
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of e3 about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/e3'><img src='https://packages.guix.gnu.org/packages/e3/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/e3/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/e3)
Example Org:
[[https://packages.guix.gnu.org/packages/e3][https://packages.guix.gnu.org/packages/e3/badges/latest-version.svg]]