ad
ad 0.4.0
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/adMIT License
main program: adprograms: ad
Maintainers
Platforms (34)
s390x-linuxloongarch64-linuxaarch64-linuxaarch64-netbsdpowerpc-netbsdmips-linuxarmv7a-linuxx86_64-freebsd
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