aha
brew install aha
v0.5.1
LGPL-2.0-or-later OR MPL-1.1
ANSI HTML adapter
130
30-day installs · #3125
569
90-day · #2754
2.7k
365-day · #2482
1.1k
★ GitHub stars · updated 3y ago
Links
- https://github.com/theZiz/aha
- GitHub: theZiz/aha
- Brew formula source: Formula/a/aha.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "ANSI HTML adapter",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:35:19+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "aha",
"github_default_branch": "master",
"github_last_commit_at": "2023-08-16T21:45:59Z",
"github_readme_excerpt": "aha - Ansi HTML Adapter\n=======================\n\nConverts ANSI escape sequences of a unix terminal to HTML code.\n\n\n\nExamples\n========\n\n* `aha --help | aha --black --title \"the awesome aha help\"\u003e aha-help.htm`\n * Creates an HTML file of the help of aha with black background\n* `colordiff oldfile.c newfile.c | aha \u003e colordiff.htm`\n * Creates an HTML file with a colorful diff-output of two files \"oldfile.c\" and \"newfile.c\" with white background\n* `ls --color=always | aha --pink \u003e ls.htm`\n * Creates an HTML file with a colorful ls-output with pink background.\n* `echo q | htop | aha --black --line-fix \u003e htop.htm`\n * Creates an HTML file with the output of htop. You have to use --line-fix due the other new-line-commands htop uses.\n* `MAN_KEEP_FORMATTING=1 COLUMNS=80 man aha | ul | aha \u003e man-aha.htm`\n * Creates an HTML file with the man page of aha. Man uses nroff\u0027s bold and underline, which ul converts to SGR.\n\nCompilation / Installation\n==========================\n\n## Installation Options\n\n### OSX - Homebrew\n\n* `brew install aha`\n\n### Conda\n\n* `conda install -n YOURENV -c conda-forge aha` (and if you wish to make conda 10x faster, \u003ca href=https://github.com/mamba-org/mamba \u003euse mamba\u003c/a\u003e).\n\n### Build From Source\n\nAha has no dependencies except for a C compiler and `make`.\n\nClone this repo `git clone https://github.com/theZiz/aha.git`.\nMove into the repo directory `cd aha`.\nTo compile just type `make`.\nTo install aha to `/usr/local/` type `make install`.\nYou can change the installation directory with `make install PREFIX=/your/path`.\nYou can override the man directory with `make install MANDIR=/your/path/man`\n\nLicensing\n=========\n\nAll files are subjects to the LGPL2+ or the MPL1.1 (Dual licensed).\n",
"github_repo": "theZiz/aha",
"github_stars": 1075,
"github_topics": [],
"homepage": "https://github.com/theZiz/aha",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 130,
"installs_365d": 2748,
"installs_90d": 569,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "LGPL-2.0-or-later OR MPL-1.1",
"llm_generated_at": null,
"llm_model": null,
"name": "aha",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 3125,
"rank_365d": 2482,
"rank_90d": 2754,
"raw_hash": "a379dc1e694f4e8c",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/a/aha.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "0.5.1",
"versioned_formulae": [],
"why_use_this": null
}