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

Apparently, by default, in the terminal, it makes a program line-buffered, whereas outside that it is fully buffered. `aha` you can just type and immediately see output, whereas `aha |...

Hey there! I'd like to report a security issue but cannot find contact instructions on your repository. If not a hassle, might you kindly add a `SECURITY.md` file with an...

This PR makes a few improvements to Aha's color handling: - It creates a test program `test_print.c` which outputs a page of formatting codes to test Aha with ![image](https://user-images.githubusercontent.com/5467669/101667378-2467e180-3a04-11eb-9630-8e8de239d23c.png) -...

As it is, the default `` tag is printed *after* any custom CSS ``. This PR just reverses that, allowing the linked CSS file to override the built-in stylesheet.

i made a wrapper script, to convert aha's html output to github-compatible html https://github.com/milahu/random/blob/master/colors-to-github.sh on github, we need `red` etc demo: `colors-to-github.sh jp2a 'awesome face.png'` .;ldkO00Okdl;. .o0XXXXXXXXXXXXXX0o. .kKKXXXXXXXXXXXXKKXXXXk' ::dk: :0XXXXXXdcdkd.'xXXXo...

Is there any way to specify a different (monospace) font for the HTML output? To get the output HTML in the font SF Mono, for example, I tried: ``` ......

Your filter can't distinguish between foreground and background colors. So you can't render bright fg with normal bg or vice-versa. With my [Perl One Liner `pl`](https://perl1liner.sourceforge.io/) I give an [example...

Hello! If possible, could you add support for this? Would be nice to have. https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda Thanks!

I assumed that using the `--no-header` option would remove the `` section from the outputted HTML but it actually doesn't output any HTML formatting at all.

Hi, Could you help me understand how the htop fix works? I don't quite get the code. I can't install aha on a server, but need to parse htop output...