mle 1.5.0
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.
- 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 mle 1.5.0
as follows:
guix install mle@1.5.0
Or install the latest version:
guix install mle
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.