agg icon indicating copy to clipboard operation
agg copied to clipboard

asciinema gif generator

Results 23 agg issues
Sort by recently updated
recently updated
newest added

Resolved via `prettier -w .`

It looks like emoji that are used in the terminal are not getting processed correctly by `agg`. Here is the same .cast file on my asciinema.org account ![image](https://user-images.githubusercontent.com/8195/184673988-dd8ecfb1-fcbd-44f6-b6a9-34e376b17d0c.png) vs the...

To reproduce, do: run `asciinema rec --command='echo -e "\033[4mlolxd"' /tmp/bug_repro.cast` that results in: ![image](https://user-images.githubusercontent.com/86779115/194890963-df65e9ca-3683-4343-a01b-9804ed3557cd.png) then run `agg /tmp/bug_repro.cast /tmp/bug_repro.gifs` that results in gif without underline: ![bug_repro_croped](https://user-images.githubusercontent.com/86779115/194892148-be401575-4d38-495e-9991-15c7a5b2c3ab.gif)

First of all, thanks for making this tool! I'm really glad to see a modern replacement to `asciicast2gif`, and using it has been incredibly easy! This is a partial dupe...

With a (very much default) starship (https://starship.rs/ - from `cargo install starship`) installation, the prompt contains a Vagrant symbol in the KDE `konsole` output proper. The `agg` rendition of a...

When invoking `agg --font-family "CaskaydiaCove Nerd Font" starship.cast starship.cast.gif`, I get `Error: no faces matching font family CaskaydiaCove Nerd Font` "CaskaydiaCove Nerd Font" is, effectively, the Cascadia Console font -...

It would be nice to add an option to add window decorations to the generated gif. Basically similar to https://github.com/marionebl/svg-term-cli --window option. Looks pretty nice in for example README's.

I am a South Korean user. The application I use has Korean output. In asciinema, it is displayed normally as follows. ![image](https://user-images.githubusercontent.com/7046937/188419315-59fbc424-3e9a-47db-adb9-569f3bc39e8c.png) However, when converting this to gif using, it...

**Describe the bug** A clear and concise description of what the bug is. The unicode U+2B55 is not rendered in .gif **To Reproduce** Steps to reproduce the behavior: 1. Run...