Live data from Hacker News

Text-based terminal screencasts

showterm.io

21–30 of 53 posts

Re: Text-based terminal screencasts

#21
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)

Or ttyrec(1) and ttyplay(1)

Re: Text-based terminal screencasts

#22

Wow! This is quite awesome! Would love to have live streaming capability for this (though I can't think about a reason to use it yet, but I'm sure it'll be handy.)

Actually, I am working on something similar i.e being able to share terminals using browser.

Re: Text-based terminal screencasts

#25
post #9

I've been thinking of better ways to do programming tutorials and something like this is roughly what I had in mind. Thanks for open sourcing it!

If you are interested in seeing code examples from a text editor or IDE we are working on Storyteller:

http://www.storytellersoftware.com

Everything is stored locally and the tool can generate an HTML playback file that can be passed around. One can also make comments during the playback. There tends not to be a great place to document how code evolves, we think a playback is the best place for this.

Its not quite ready for prime time yet but it will be soon. Our long term goals are to make a web app to store playbacks and to make it the next generation of version control.

Re: Text-based terminal screencasts

#27
Author of term.js/tty.js[1] here. Nice work. You guys should keep an eye on term.js. The version you're using is slightly old and actually contains a bug (now fixed) wherein all events will become unbound if the reset control sequence is received. I'm also adding fixes for a few other things currently, such as double-width character support, which has been a problem in the past.

[1] https://github.com/chjj/term.js

Re: Text-based terminal screencasts

#29
post #27

Author of term.js/tty.js[1] here. Nice work. You guys should keep an eye on term.js. The version you're using is slightly old and actually contains a bug (now fixed) wherein all events will become unbound if the reset control sequence is received. I'm also adding fixes for a few other things currently, such as double-width character support, which has been a problem in the past. [1] https://github.com/chjj/term.js

Hey chjj, thank you so much for tty.js! You definitely deserve the credit for doing all the hard work :).

Re: Text-based terminal screencasts

#30

Wow! This is quite awesome! Would love to have live streaming capability for this (though I can't think about a reason to use it yet, but I'm sure it'll be handy.)

Actually, I am working on something similar i.e being able to share terminals using browser.

Cool! Realtime terminal hacking... now that's something I can use.
Post reply on HN