ANSI HTML Adapter example installation on OpenSuSE Tumbleweed:
zypper addrepo http://download.opensuse.org/repositories/utilities/openSUSE_Factory/utilities.repo
zypper refresh
zypper install aha
On Mac OS X:
brew install aha
Output looks like this: ANSI HTML Adapter example:
diaspore:/etc # aha --version
Ansi Html Adapter Version 0.4.9.0
diaspore:/etc # aha --version | grep aha
diaspore:/etc # aha --version | ahaAnsi Html Adapter Version 0.4.9.0
And the aha --help output on Mac OS X:
Ansi Html Adapter Version 0.4.8.0 aha takes SGR-colored Input and prints W3C conform HTML-Code use: aha <options> [-f file] aha (--help|-h|-?) aha reads the Input from a file or stdin and writes HTML-Code to stdout options: --black, -b: Black Background and White "standard color" --pink, -p: Pink Background --stylesheet, -s: Use a stylesheet instead of inline styles --iso X, -i X: Uses ISO 8859-X instead of utf-8. X must be 1..16 --title X, -t X: Gives the html output the title "X" instead of "stdin" or the filename --line-fix, -l: Uses a fix for inputs using control sequences to change the cursor position like htop. It's a hot fix, it may not work with any program like htop. Example: echo q | htop | aha -l > htop.htm --word-wrap, -w: Wrap long lines in the html file. This works with CSS3 supporting browsers as well as many older ones. --no-header, -n: Don't include header into generated HTML, useful for inclusion in full HTML files. Example: aha --help | aha --black > aha-help.htm Writes this help text to the file aha-help.htm Copyleft Alexander Matthes aka Ziz 2015 zizsdl@googlemail.com http://ziz.delphigl.com/tool_aha.php This application is subject to the MPL or LGPL.
–jeroen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diaspore:/etc # aha –version | |
| Ansi Html Adapter Version 0.4.9.0 | |
| diaspore:/etc # aha –version | aha | |
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| <!– This file was created with the aha Ansi HTML Adapter. https://github.com/theZiz/aha –> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="application/xml+xhtml; charset=UTF-8" /> | |
| <title>stdin</title> | |
| </head> | |
| <body> | |
| <pre> | |
| <span style="color:red;font-weight:bold;">Ansi Html Adapter</span> Version 0.4.9.0 | |
| </pre> | |
| </body> | |
| </html> |





