aha

aha 0.5.1

ANSI HTML Adapter

<rendered-html><p>aha takes ANSI SGR-coloured input and produces W3C-conformant HTML code.</p> </rendered-html>

https://github.com/theZiz/aha
GNU Library General Public License v2 or laterMozilla Public License 1.1
main program: ahaprograms: aha
Platforms (80)
armv6l-linuxx86_64-linuxmipsel-netbsdmicroblazeel-nonearmv7a-linuxarmv7l-linuxx86_64-netbsdarc-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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