aaa

aaa 1.1.1

Terminal viewer for 3a format

https://github.com/DomesticMoth/aaa
GNU General Public License v3.0 only
main program: aaaprograms: aaa
Platforms (38)
i686-netbsdx86_64-linuxpowerpc-linuxaarch64-netbsdi686-freebsdarmv5tel-linuxarmv7l-netbsdx86_64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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