Text-based terminal screencasts
31–40 of 53 posts
Re: Text-based terminal screencasts
#32Nice - it automagically translates "CSI 38:5:FG m CSI 48:5:BG m" properly. ( http://showterm.io/6ed840f381fd81a881176 ) This will be very useful! That said, I have to second the concern above that it should ask for confirmation before uploading; just auto-uploading could be an in issue if somebody accidentally pastes sensitive information into the terminal.
http://riskable.com/files/GateOne_recording-20130810130840.h...
Try resizing your browser while that is playing back (go really small) for a special treat :)
Re: Text-based terminal screencasts
#33Re: Text-based terminal screencasts
#34One thing that I think could help out a bit would be to show key commands as they are pressed as well. I'd love to use this to show my students software development things (using vim or emacs for editor), but showing them the keypresses I make as well is critical for some text editors newbies.
edit: I actually was thinking about this feature on tty.js rather than showterm.io. I might see how hard it would be to implement it.
Re: Text-based terminal screencasts
#35Re: Text-based terminal screencasts
#36How about ncurses apps?
Re: Text-based terminal screencasts
#37Q1: is there a way to download the resulting screencast so that it can be viewed off the network? Q2: is there a way to do this without having to upload anything? e.g. pipe to a file locally?
try script(1) and scriptreplay(1)