mle

flexible terminal-based text editor (C) (by adsr)

Mle Alternatives

Similar projects and alternatives to mle

  1. nixpkgs

    1,079 mle VS nixpkgs

    Nix Packages collection & NixOS

  2. AppSignal

    AppSignal knows why the f*#k it crashed. Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.

    AppSignal logo
  3. nix

    433 mle VS nix

    Nix, the purely functional package manager

  4. alacritty

    377 mle VS alacritty

    A cross-platform, OpenGL terminal emulator.

  5. micro-editor

    A modern and intuitive terminal-based text editor

  6. kakoune

    117 mle VS kakoune

    mawww's experiment for a better code editor

  7. vis

    63 mle VS vis

    A vi-like editor based on Plan 9's structural regular expressions (by martanne)

  8. kilo

    23 mle VS kilo

    A text editor in less than 1000 LOC with syntax highlight and search.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. ledit

    3 mle VS ledit

    Simple no bullshit text editor

  11. bedd

    2 mle VS bedd

    Minimal and multifunctional terminal-based text editor.

  12. oed

    2 mle VS oed

    Portable OpenBSD ed(1) editor.

  13. g

    1 mle VS g

    g: A portable general purpose programmable text editor with calculator and macro facility. (by johnsonjh)

  14. cmark-gfm

    Discontinued Haskell bindings to libcmark-gfm GitHub Flavored Markdown parser

  15. termbox2

    terminal I/O library

  16. tine

    1 mle VS tine

    tine - a modern clone of the AmigaDOS/TRIPOS ED display editor (by deadpixi)

  17. nix-prefetch

    2 mle VS nix-prefetch

    Prefetch any fetcher function call, e.g. a package source

  18. Xenon-text-editor

    This is my very own text editor inspired by the kilo text editor

  19. ptext

    1 mle VS ptext

    A nano like text editor built with pure C

  20. sandy

    1 mle VS sandy

    ersatz emacs text editor (by japanoise)

  21. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better mle alternative or higher similarity.

mle discussion

Log in or Post with

mle reviews and mentions

Posts with mentions or reviews of mle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-01.
  • mle
    1 project | /r/devopspro | 16 Dec 2022
  • Mle is a small, flexible, terminal-based text editor written in C
    1 project | /r/patient_hackernews | 1 Oct 2022
    1 project | /r/hackernews | 1 Oct 2022
    1 project | /r/hypeurls | 1 Oct 2022
    7 projects | news.ycombinator.com | 1 Oct 2022
  • Packaging software with Nix
    5 projects | dev.to | 2 Sep 2022
    { pkgs }: let mle = with pkgs; stdenv.mkDerivation rec { pname = "mle"; version = "1.5.0"; src = fetchFromGitHub { owner = "adsr"; repo = "mle"; rev = "v${version}"; sha256 = "1nhd00lsx9v12zdmps92magz76c2d8zzln3lxvzl4ng73gbvq3n0"; }; # Bug fixes found after v1.5.0 release patches = [ (fetchpatch { name = "skip_locale_dep_test.patch"; url = "https://github.com/adsr/mle/commit/e4dc4314b02a324701d9ae9873461d34cce041e5.patch"; sha256 = "sha256-j3Z/n+2LqB9vEkWzvRVSOrF6yE+hk6f0dvEsTQ74erw="; }) (fetchpatch { name = "fix_input_trail.patch"; url = "https://github.com/adsr/mle/commit/bc05ec0eee4143d824010c6688fce526550ed508.patch"; sha256 = "sha256-dM63EBDQfHLAqGZk3C5NtNAv23nCTxXVW8XpLkAeEyQ="; }) ]; # Fix location of Lua 5.4 header and library postPatch = '' substituteInPlace Makefile --replace "-llua5.4" "-llua"; substituteInPlace mle.h --replace " patchShebangs tests/* ''; # Use select(2) instead of poll(2) (poll is returning POLLINVAL on macOS) # Enable compiler optimization CFLAGS = "-DTB_OPT_SELECT -O2"; nativeBuildInputs = [ makeWrapper installShellFiles ]; buildInputs = [ pcre uthash lua5_4 ]; doCheck = true; installFlags = [ "prefix=${placeholder "out"}" ]; postInstall = '' installManPage mle.1 ''; }; in { deps = [ mle ]; }
  • Vim sucks
    5 projects | /r/suckless | 27 Apr 2022
    https://github.com/adsr/mle but tbh, you cant find all of your plugins alternatives for it...
  • vis (modal text editor) small keybinding trouble
    2 projects | /r/suckless | 14 Nov 2021
  • Is VIM suckless
    2 projects | /r/suckless | 3 Oct 2021
  • A note from our sponsor - AppSignal
    www.appsignal.com | 9 Aug 2026
    Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise. Learn more →

Stats

Basic mle repo stats
9
947
6.4
3 months ago

adsr/mle is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of mle is C.


Sponsored
AppSignal knows why the f*#k it crashed.
Stop vibe-debugging. Every exception, every backtrace, grouped so you see patterns, not noise.
www.appsignal.com

Did you know that C is
the 6th most popular programming language
based on number of references?