VibeHunt
Back to browse
aha

aha

Convert ANSI output to HTML.

Source

The tool reads data containing ANSI escape sequences—such as color and formatting codes produced by Unix terminal commands—and translates it into HTML markup that preserves the visual styling. It can be used in pipelines to capture the formatted output of utilities like `colordiff`, `ls`, `htop`, or manual pages, producing static HTML files with configurable background colors and optional line‑fix handling for programs that emit additional newline commands.

Typical users are developers and system administrators who need to embed terminal output in web pages, documentation, or reports without losing the original color and emphasis. The command‑line interface supports options for background color, title, and line‑fix, enabling straightforward integration into shell scripts and build processes.

The program is written in C, has no external runtime dependencies beyond a compiler and `make`, and is distributed under a dual LGPL2+ / MPL1.1 license. It can be installed via Homebrew, Conda, or by compiling from source, and the binary is stable for production use.

Reviews

Sign in to leave a review.

Loading reviews…

Similar apps