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
Filed under: *nix, Linux, openSuSE, Power User, SuSE Linux, Tumbleweed
