ad

ad 0.3.1

Adaptable text editor

<rendered-html><p>ad (pronounced A.D.) is an attempt at combining a modal editing interface of likes of vi and kakoune with the approach to extensibility of Plan9’s Acme. Inside of ad text is something you can execute as well as edit.</p> <p>It is primarily intended as playground for experimenting with implementing various text editor features and currently is not at all optimised or feature complete enough for use as your main text editor.</p> </rendered-html>

https://github.com/sminez/ad
MIT License
main program: adprograms: ad
Platforms (35)
riscv32-linuxpowerpc64le-linuxm68k-linuxx86_64-freebsdi686-openbsdmipsel-linuxx86_64-openbsdpowerpc-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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