micro

micro 2.0.15

Modern and intuitive terminal-based text editor

<rendered-html><p>micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the capabilities of modern terminals.</p> <p>As its name indicates, micro aims to be somewhat of a successor to the nano editor by being easy to install and use. It strives to be enjoyable as a full-time editor for people who prefer to work in a terminal, or those who regularly edit files over SSH.</p> </rendered-html>

https://micro-editor.github.io
MIT License
main program: microprograms: micro
Platforms (30)
arc-linuxi686-linuxarmv6l-linuxpowerpc-linuxpowerpc64-linuxriscv64-linuxpowerpc64le-linuxaarch64-freebsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  micro
];
Ad-hoc shell
nix-shell -p micro
Flake (nix run)
nix run nixpkgs#micro