Marcin Kulik
Marcin Kulik
I'm sure someone already did that :)
Indeed asciinema-player doesn't support double-width characters (which includes many emojis) at the moment. It's a known limitation. Hopefully we'll address it at some point although it's not a high priority...
What you can do is to record to local file (`asciinema rec demo.cast`), then run aws/sed/etc over this file to replace sensitive content. The recording is simple json-lines file (https://github.com/asciinema/asciinema/blob/develop/doc/asciicast-v2.md)...
I see where you're coming from @timmc-bcov. These are valid points, and I agree current behaviour could lead to some information leak. I run the instance at asciinema.org. Even though...
How big is the file you try to upload?
FYI #146 was reverted as it wasn't working.
Yeah, that's fair. I guess one way of solving it would be to move the control bar below the whole terminal.
This has also been discussed in #90.
I tried your script but I get following error: ``` ~ % get_term_rgb_color.py 1 Traceback (most recent call last): File "/home/kill/bin/get_term_rgb_color.py", line 30, in os.write(fd, bytes("\033]4;%d;?\033\\" % int(x), "UTF-8")) TypeError:...