mle
Small, flexible, terminal-based text editor
mle is a small, flexible, terminal-based text editor written in C. Notable features include: full Unicode support, syntax highlighting, scriptable rc file, macros, search and replace (PCRE), window splitting, multiple cursors, and integration with various shell commands.
- Versions: 1.5.0
- Website: https://github.com/adsr/mle
- Licenses: ASL 2.0
- Package source: gnu/packages/text-editors.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of mle
as follows:
guix install mle
Or install a particular version:
guix install mle@1.5.0
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 mle about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/mle'><img src='https://packages.guix.gnu.org/packages/mle/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/mle/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/mle)
Example Org:
[[https://packages.guix.gnu.org/packages/mle][https://packages.guix.gnu.org/packages/mle/badges/latest-version.svg]]