aha icon indicating copy to clipboard operation
aha copied to clipboard

Ansi HTML Adapter

Results 21 aha issues
Sort by recently updated
recently updated
newest added

Since the last release has happened ~2 years ago and some fixes have been merged, would it be possible to get a new release (i.e. version)?. This would be immensely...

A simple instruction for security researchers.

This patch fixes a potential NULL pointer dereference when parsing invalid 24-bit colour code sequences. Fixes issue #95.

I use aha in PHP code for colorize output. But output text not ok. why? ```php exec("inxi -c 2 | aha -n > inxi.html", $returnOut, $stdout); ``` ```html 12CPU Quad...

root@fuzz06:/home/fuzz/fuzz/aha-master# gdb --args ./aha -f out/fuzzer1/crashes/poc.txt GNU gdb (Ubuntu 9.2-0ubuntu1~20.04.1) 9.2 Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software:...

When I record terminal sessions using script(1), on occasion a full-screen ncurses-style dialog will pop up. This results in a big mess in the recorded session, with a large number...

Using aha commit 5eaec96a, and [this input file](https://github.com/theZiz/aha/files/8317787/typescript.txt): `aha` by itself gives correct output, but `aha --line-fix` gives output like ``` Script started on 2022-03-21 12:55:00-0400 host:/tmp/lstest$ ls -1 apple...

Looking at [.gitignore](https://github.com/theZiz/aha/blob/b58e35ee4b23691d38b8dbaef52414a00d9d9339/.gitignore), there's this line: ``` /testcases/* ``` which hints that some tests have been written for the program, but are excluded from the repository. It would be useful...

I took a hardcopy with a tmux session ([tmux.hardcopy.gz](https://github.com/theZiz/aha/files/8087510/tmux.hardcopy.gz)) containing graphics characters. Aha doesn't seem to properly convert it regardless of ISO mode. Original: ![image](https://user-images.githubusercontent.com/8676443/154449925-7faa1746-642f-44a2-a50e-9069620a647b.png) aha output: ![image](https://user-images.githubusercontent.com/8676443/154450019-9aa41434-ec04-44c2-9b92-7d2250e8b56a.png)