castty
castty copied to clipboard
A CLI tool to record audio-enabled screencasts of your terminal, for the web.
It would be very helpful if you could tag the source and create a release. This would enable distributions to work with releases and allow then to easier keep track...
In #35, support for v2 rewinds the output file to insert some duration information at the end. This works, but is potentially fragile. Rework this to write a header to...
I managed to compile with make command on Macbook pro Catalina latest I had to change from lame_encode_buffer_ieee_float to lame_encode_buffer_float in writter-lame.c as it was not compiling. I use the...
Add an ability to do a live-cast to castty and its player. Castty would also record the broadcast.
Re: https://github.com/dhobsd/castty/issues/4, etc., can it be confirmed that min.js contains all of: * jQuery * rangeslider.js * xterm.js (from the README) in the minimize form? What versions of the components...
It's a mystery for me why asciinema doesn't support on-screen annotations. Thanks for putting up an alternative player written in non-obscure language (as much as JS can be called that)....
Restoring the terminal with just `tcsetattr` and `TIOCSWINWZ` seems to still leave the terminal in a weird state. Instead, I think we really need to read the termcap entry for...
Improve the look and feel of the player, especially on mobile devices (phones, tablets). Accessible themes for xterm.js would be nice, too (especially ones to support non-xterm color schemes).
When the C portion was forked, `ttyrec` had an "append" mode, but this was broken when it was made to output JS. Adding an append mode might be useful, and...
Different terminals have different settings, and it can be odd for someone using a 16-color terminal to have their colors misinterpreted by something assuming xterm colors. Mostly this would just...