I love script[1,2] for this sort of thing. Why wait for a video to play? Or host it on a third-party site? Having the entire session visible on a single, static page is less frustrating in most circumstances I encounter. Having said that, Asciinema certainly looks like fun. [1] http://unixhelp.ed.ac.uk/CGI/man-cgi?script [2] Sample session: https://tinyapps.org/blog/nix/201107170745_copy_terminal_tex...
I was thinking the same thing... but then I realized it works, say, for an ed session, but not for a vi session. Of course, all that visual mode nonsense is just bloatware ;).
Asciinema
71–80 of 95 posts
Re: Asciinema
#72Re: Asciinema
#73asciinema’s player has the distinction of being the only one I know of not based on term.js (https://github.com/chjj/term.js).
Re: Asciinema
#74I find the timing of this amusing—I was just, in putting the finishing touches on my own project which is basically but with ttyrec scripts for src, writing down my analysis of all the different options there are out there, and I saw this entry up here just as I was writing about asciinema. asciinema’s player has the distinction of being the only one I know of not based on term.js ( https://github.com/chjj/term.js ).
Re: Asciinema
#75Looks great. But I think quite a few people (the audience with which the recording would be shared) would like to see the entire session at once instead of watching the entire video. It would also be helpful for the writer to quickly verify if they missed something.
Re: Asciinema
#76Re: Asciinema
#77It's be great to have a polished product like this but for programming sessions in a text editor like Sublime.
Re: Asciinema
#78ttyrec is a tiny terminal utility that does this on your terminal. It was released in 2000, it's one of those nice little gems one is glad to discover. It records and playbacks terminal sessions. The recorded files are in kb's. [1] It's simple to use. 'ttyrec filename' starts recording, ctrl-c to stop recording. 'ttyplay filename' to playback. Of course with asciinema.org, you get the benefit of an html player for th…
Re: Asciinema
#79Cool product and nice execution, but I'm a little stuck on the name. I keep reading it as ascii-enema.
Re: Asciinema
#80ttyrec is a tiny terminal utility that does this on your terminal. It was released in 2000, it's one of those nice little gems one is glad to discover. It records and playbacks terminal sessions. The recorded files are in kb's. [1] It's simple to use. 'ttyrec filename' starts recording, ctrl-c to stop recording. 'ttyplay filename' to playback. Of course with asciinema.org, you get the benefit of an html player for th…