Live data from Hacker News

Text-based terminal screencasts

showterm.io

31–40 of 53 posts

Re: Text-based terminal screencasts

#31
One 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.

Re: Text-based terminal screencasts

#32
post #10

Nice - 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.

I just created a recording using Gate One of the same command (well, I think it is the same) for comparison purposes:

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

#34
post #31

One 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.

I regret I have but one upvote to give this feature. Can't wait to play around with this.

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

#36
I wonder about credentials leaking to the service. When I show off connecting to a server that uses login/password, will this also be recorded and uploaded or only keys that actually change the ui?

How about ncurses apps?

Re: Text-based terminal screencasts

#37
post #15
post #11

Q1: 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)

This unfortunately doesn't support the use case of simply wanting to personally back up the screencasts sent to showterm.io.
Post reply on HN